Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
update license
[dmenu.git]
/
draw.c
diff --git
a/draw.c
b/draw.c
index
85c1279
..
28c658c
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 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);
#define DEFFONT "fixed"
static Bool loadfont(DC *dc, const char *fontstr);