aboutsummaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-06-24 16:24:04 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-06-24 16:24:04 +0100
commit723361fa124aa666d637e3fc9f5df1210a9e02b4 (patch)
tree75d9bde58ac3e0d85de65a7709d3175316345812 /draw.h
parent96c65400ccdcb76cf20ec7721920f944e6b490ec (diff)
downloaddmenu-723361fa124aa666d637e3fc9f5df1210a9e02b4.tar.gz
dmenu-723361fa124aa666d637e3fc9f5df1210a9e02b4.tar.bz2
dmenu-723361fa124aa666d637e3fc9f5df1210a9e02b4.zip
removed colors from dc
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h2
1 files changed, 0 insertions, 2 deletions
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;