CVSROOT: /cvs
Module name: xenocara
Changes by: [email protected] 2013/05/19 17:09:59
Modified files:
app/cwm : calmwm.h client.c conf.c font.c parse.y xutil.c
Log message:
- switch border colors to Xft
- 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)