aboutsummaryrefslogtreecommitdiff
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-24 12:04:56 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-24 12:04:56 +0200
commit2e0c767d74da024c3cd4dbd524e1364039704451 (patch)
treee4b11c89031d46e548920e663ca912bfdb5fc918 /dwm.h
parenta5379e901c909407f991302499c9d7522cb6d00d (diff)
3->4 colors
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/dwm.h b/dwm.h
index 9d2d959..7db0f54 100644
--- 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;