| Commit message (Collapse) | Author | Lines |
|
|
|
config parameters.
|
|
- merge border/menu color structures/functions since they now both use Xft
- switch xu_xorcolor to operating on XftColor instead of just
XRenderColor (basically adding pixel)
- if color name allocation fails, revert back to default (this, along
with font validation should occur during config parse, but we don't
have screens setup yet - likely to change at some point)
|
|
|
|
|
|
|
|
'active' flag.
- use strlen() inside of font_draw; the only instance where it wasn't
used happened to be ignored on a subsequent draw.
|
|
|
|
configuring the screen *after* parsing, just as we do a conf_client on
client manage.
|
|
|
|
|
|
|
|
just requiring xftfont.
|
|
|
|
|
|
on what needs to change to make it right in the end.
|
|
|
|
by using 'win' instead of 'rootwin' so as not to imply only the root
window is queried, rather any window.
|
|
|
|
'vtile' and 'htile'; from Alexander Polakov.
|
|
|
|
|
|
|
|
XineramaScreenInfo; simplifies goop around the callers.
|
|
kbfunc_cmdexec; from Tiago Cunha
|
|
note that a re-exec of cwm will not rewrite the group number atom of
*existing* clients, so they will remain off-by-one until each client has
its atom updated, or of course a restart of X.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
need to do this everytime; with Tiago Cunha
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
font/color drawing issues; from Alexander Polakov
|
|
|
|
|
|
|
|
font_init().
|
|
|
|
|
|
|
|
ok sthen@ on an older incarnation
|