back to 3 colors

This commit is contained in:
Anselm R. Garbe
2006-08-25 07:54:49 +02:00
parent de7fc0011e
commit 9833610356
5 changed files with 35 additions and 38 deletions

5
dwm.h
View File

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