back to 3 colors
This commit is contained in:
parent
de7fc0011e
commit
9833610356
5 changed files with 35 additions and 38 deletions
5
dwm.h
5
dwm.h
|
@ -36,8 +36,9 @@ typedef struct {
|
|||
|
||||
typedef struct { /* draw context */
|
||||
int x, y, w, h;
|
||||
unsigned long bg[2];
|
||||
unsigned long fg[2];
|
||||
unsigned long bg;
|
||||
unsigned long fg;
|
||||
unsigned long border;
|
||||
Drawable drawable;
|
||||
Fnt font;
|
||||
GC gc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue