From 0045ad87dfb32f35fc17b5b8942049cfe84d623c Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sun, 14 Jan 2007 22:37:34 +0100 Subject: implemented new color scheme accordingly to Sanders proposal --- dwm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index 1a95078..3789373 100644 --- a/dwm.h +++ b/dwm.h @@ -43,7 +43,7 @@ enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */ enum { WMProtocols, WMDelete, WMLast }; /* default atoms */ enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ -enum { ColFG, ColBG, ColLast }; /* color */ +enum { ColBorder, ColFG, ColBG, ColLast }; /* color */ typedef enum { TopLeft, TopRight, BotLeft, BotRight @@ -66,7 +66,6 @@ typedef struct { int x, y, w, h; unsigned long norm[ColLast]; unsigned long sel[ColLast]; - unsigned long status[ColLast]; Drawable drawable; Fnt font; GC gc; -- cgit v1.2.3-54-g00ecf