Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
3->4 colors
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
9d2d959
..
7db0f54
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-36,9
+36,8
@@
typedef struct {
typedef struct { /* draw context */
int x, y, w, h;
- unsigned long bg;
- unsigned long fg;
- unsigned long border;
+ unsigned long bg[2];
+ unsigned long fg[2];
Drawable drawable;
Fnt font;
GC gc;