comparison dwm.h @ 12:d65207f4021a

adjust inverse colors
author paulo
date Wed, 19 Sep 2012 00:10:25 -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