diff options
| author | Connor Lane Smith <cls@lubutu.com> | 2010-06-24 14:22:34 +0100 |
|---|---|---|
| committer | Connor Lane Smith <cls@lubutu.com> | 2010-06-24 14:22:34 +0100 |
| commit | 6c1d0e4d60b239e9533def6feaf8eb2138858c3e (patch) | |
| tree | 710f1366ba2cbb4bce0cf2cc0ac7d6bdd0ddfdf0 /draw.h | |
| parent | 6efe1932be9425896c34f54501a6194286dd0503 (diff) | |
fixed offsets, updated eprint, cleaned up
Diffstat (limited to 'draw.h')
| -rw-r--r-- | draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
