projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d9ade3
)
removed unnecessary defines
author
Connor Lane Smith
<cls@lubutu.com>
Wed, 17 Nov 2010 04:51:30 +0000
(
04:51
+0000)
committer
Connor Lane Smith
<cls@lubutu.com>
Wed, 17 Nov 2010 04:51:30 +0000
(
04:51
+0000)
draw.c
patch
|
blob
|
history
diff --git
a/draw.c
b/draw.c
index 85c1279a3b40dd73e501914119216bdaa198154c..28c658c28d2849dad01f23690c390ab93012feb1 100644
(file)
--- 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);