aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-10 10:27:08 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-10 10:27:08 +0200
commit30561a0161629b15abe1beeb97eec3fc0768efaf (patch)
treefb9aacdc7d549f044650da4c4ff820815f617b3e /dwm.h
parenta4c4998c8bb00faa6ec877e5643a05d0b2341346 (diff)
downloaddwm-30561a0161629b15abe1beeb97eec3fc0768efaf.tar.gz
removed unnecessary border color
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 88640b8..78a984e 100644
--- a/dwm.h
+++ b/dwm.h
@@ -43,7 +43,6 @@ struct DC { /* draw context */
int x, y, w, h;
unsigned long bg;
unsigned long fg;
- unsigned long border;
Drawable drawable;
Fnt font;
GC gc;