diff dwm.h @ 11:da0e0496f75b

add "inverse" color set, for indicating in the status bar when in command mode
author paulo
date Tue, 18 Sep 2012 00:17:32 -0700
parents bc03b37b37ba
children
line diff
     1.1 --- a/dwm.h	Tue Jul 05 01:11:23 2011 -0700
     1.2 +++ b/dwm.h	Tue Sep 18 00:17:32 2012 -0700
     1.3 @@ -60,6 +60,7 @@
     1.4  	int x, y, w, h;
     1.5  	unsigned long norm[ColLast];
     1.6  	unsigned long sel[ColLast];
     1.7 +	unsigned long inv[ColLast];
     1.8  	Drawable drawable;
     1.9  	Fnt font;
    1.10  	GC gc;