comparison dwm.h @ 14:09e9101ee51e

adjust inverse border color
author paulo
date Thu, 05 May 2016 22:17:52 -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