aboutsummaryrefslogtreecommitdiff
path: root/draw.h
diff options
context:
space:
mode:
authorConnor Lane Smith <cls@lubutu.com>2010-06-24 14:22:34 +0100
committerConnor Lane Smith <cls@lubutu.com>2010-06-24 14:22:34 +0100
commit6c1d0e4d60b239e9533def6feaf8eb2138858c3e (patch)
tree710f1366ba2cbb4bce0cf2cc0ac7d6bdd0ddfdf0 /draw.h
parent6efe1932be9425896c34f54501a6194286dd0503 (diff)
downloaddmenu-6c1d0e4d60b239e9533def6feaf8eb2138858c3e.tar.gz
dmenu-6c1d0e4d60b239e9533def6feaf8eb2138858c3e.tar.bz2
dmenu-6c1d0e4d60b239e9533def6feaf8eb2138858c3e.zip
fixed offsets, updated eprint, cleaned up
Diffstat (limited to 'draw.h')
-rw-r--r--draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.h b/draw.h
index b6615ab..d1f1a7c 100644
--- a/draw.h
+++ b/draw.h
@@ -30,13 +30,13 @@ int textnw(const char *text, unsigned int len);
int textw(const char *text);
/* variables */
+extern char *progname;
extern Display *dpy;
extern DC dc;
extern int screen;
extern unsigned int mw, mh;
extern Window parent;
-/* style */
extern const char *font;
extern const char *normbgcolor;
extern const char *normfgcolor;