From 723361fa124aa666d637e3fc9f5df1210a9e02b4 Mon Sep 17 00:00:00 2001 From: Connor Lane Smith Date: Thu, 24 Jun 2010 16:24:04 +0100 Subject: removed colors from dc --- draw.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'draw.h') diff --git a/draw.h b/draw.h index e4f937a..1705909 100644 --- a/draw.h +++ b/draw.h @@ -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; -- cgit v1.2.3