3->4 colors

This commit is contained in:
Anselm R. Garbe
2006-08-24 12:04:56 +02:00
parent a5379e901c
commit 2e0c767d74
6 changed files with 22 additions and 26 deletions

5
dwm.h
View File

@ -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;