comparison dwm.h @ 15:85763b447d0f

add dwindle_m layout
author paulo
date Mon, 09 Apr 2018 20:08:44 -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