Wmfs: Improved INFOBARH.

This commit is contained in:
Martin Duquesnoy 2009-06-06 15:15:53 +02:00
parent 71471902f0
commit 9fd190a87f

View File

@ -74,7 +74,7 @@
#define MAXH DisplayHeight(dpy, DefaultScreen(dpy))
#define MAXW DisplayWidth(dpy, DefaultScreen(dpy))
#define ATOM(a) XInternAtom(dpy, (a), False)
#define INFOBARH ((conf.bars.height != -1) ? conf.bars.height : (font->height * 1.5))
#define INFOBARH ((conf.bars.height > 0) ? conf.bars.height : (font->height * 1.5))
#define FHINFOBAR ((font->height - font->descent) + (INFOBARH - font->height) / 2)
#define SHADH 1
#define SHADC 0x000000 /* 'Cause i don't know how darken a color yet */