aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-10 11:12:15 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-10 11:12:15 +0200
commit00255728aae0dcbb657e8a4e145515c673b546a4 (patch)
tree028b4d8e4d85d72b1d0aea8ee29ed9f83825561e /dwm.h
parent4b0328f2097dedd70bbb36ea2b5159ac55b7cbcb (diff)
downloaddwm-00255728aae0dcbb657e8a4e145515c673b546a4.tar.gz
readded border color, this sucks least
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dwm.h b/dwm.h
index 78a984e..88640b8 100644
--- 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;