aewl
diff dwm.h @ 689:cbec08a54a15
implemented new color scheme accordingly to Sanders proposal
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Sun, 14 Jan 2007 22:37:34 +0100 |
parents | 39fa5308d73f |
children | 399f08187c27 |
line diff
1.1 --- a/dwm.h Sun Jan 14 22:32:26 2007 +0100 1.2 +++ b/dwm.h Sun Jan 14 22:37:34 2007 +0100 1.3 @@ -43,7 +43,7 @@ 1.4 enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */ 1.5 enum { WMProtocols, WMDelete, WMLast }; /* default atoms */ 1.6 enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ 1.7 -enum { ColFG, ColBG, ColLast }; /* color */ 1.8 +enum { ColBorder, ColFG, ColBG, ColLast }; /* color */ 1.9 1.10 typedef enum { 1.11 TopLeft, TopRight, BotLeft, BotRight 1.12 @@ -66,7 +66,6 @@ 1.13 int x, y, w, h; 1.14 unsigned long norm[ColLast]; 1.15 unsigned long sel[ColLast]; 1.16 - unsigned long status[ColLast]; 1.17 Drawable drawable; 1.18 Fnt font; 1.19 GC gc;