3->4 colors
This commit is contained in:
parent
a5379e901c
commit
2e0c767d74
6 changed files with 22 additions and 26 deletions
5
dwm.h
5
dwm.h
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue