removed colors from dc

This commit is contained in:
Connor Lane Smith
2010-06-24 16:24:04 +01:00
parent 96c65400cc
commit 723361fa12
3 changed files with 24 additions and 22 deletions

2
draw.h
View File

@ -6,8 +6,6 @@ enum { ColFG, ColBG, ColLast };
/* typedefs */
typedef struct {
int x, y, w, h;
unsigned long norm[ColLast];
unsigned long sel[ColLast];
Drawable drawable;
Display *dpy;
GC gc;