Introduction
Introduction Statistics Contact Development Disclaimer Help
removed unnecessary defines - dmenu - dynamic menu
git clone git://git.suckless.org/dmenu
Log
Files
Refs
README
LICENSE
---
commit 266f3dd311517c7048cbe805fa9cea33ef1a1af2
parent 8d9ade36de4666835e49fe4366ff04cfe540dce6
Author: Connor Lane Smith <[email protected]>
Date: Wed, 17 Nov 2010 04:51:30 +0000
removed unnecessary defines
Diffstat:
M draw.c | 2 --
1 file changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/draw.c b/draw.c
@@ -9,8 +9,6 @@
#define MAX(a, b) ((a) > (b) ? (a) : (b))
#define MIN(a, b) ((a) < (b) ? (a) : (b))
-#define FG(dc, col) ((col)[(dc)->invert ? ColBG : ColFG])
-#define BG(dc, col) ((col)[(dc)->invert ? ColFG : ColBG])
#define DEFFONT "fixed"
static Bool loadfont(DC *dc, const char *fontstr);
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.