Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
after some days of experimenting with grey background, I finally give up and switch...
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
78a984e
..
88640b8
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-43,6
+43,7
@@
struct DC { /* draw context */
int x, y, w, h;
unsigned long bg;
unsigned long fg;
+ unsigned long border;
Drawable drawable;
Fnt font;
GC gc;