fixed offsets, updated eprint, cleaned up

This commit is contained in:
Connor Lane Smith
2010-06-24 14:22:34 +01:00
parent 6efe1932be
commit 6c1d0e4d60
4 changed files with 42 additions and 33 deletions

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