diff options
Diffstat (limited to 'dwm.h')
-rw-r--r-- | dwm.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -36,9 +36,8 @@ typedef struct { typedef struct { /* draw context */ int x, y, w, h; - unsigned long bg; - unsigned long fg; - unsigned long border; + unsigned long bg[2]; + unsigned long fg[2]; Drawable drawable; Fnt font; GC gc; |