Mercurial > hg > index.fcgi > dwm > dwm-3.6.1-12pba
comparison dwm.h @ 16:cb5813c117e2
merge heads
author | paulo |
---|---|
date | Mon, 09 Apr 2018 20:13:53 -0600 |
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 |