comparison 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
comparison
equal deleted inserted replaced
5:a95a797b6fca 6:01f3d2dfe2f9
58 58
59 typedef struct { 59 typedef struct {
60 int x, y, w, h; 60 int x, y, w, h;
61 unsigned long norm[ColLast]; 61 unsigned long norm[ColLast];
62 unsigned long sel[ColLast]; 62 unsigned long sel[ColLast];
63 unsigned long inv[ColLast];
63 Drawable drawable; 64 Drawable drawable;
64 Fnt font; 65 Fnt font;
65 GC gc; 66 GC gc;
66 } DC; /* draw context */ 67 } DC; /* draw context */
67 68