aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-16 16:37:43 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-16 16:37:43 +0000
commit4ad34ccd36a59c1c5ec2ea9b4263ae6381f3feae (patch)
treebf4cf5ccd854e01fa6ea3fca4bb38a937865f10a /dzen.h
parenta1a0971c1f4bce4410a9ede8aaa5c45fd5b9a964 (diff)
downloaddzen-4ad34ccd36a59c1c5ec2ea9b4263ae6381f3feae.tar.gz
dzen-4ad34ccd36a59c1c5ec2ea9b4263ae6381f3feae.zip
cleanups, renamed mh to line_height
git-svn-id: http://dzen.googlecode.com/svn/trunk@28 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dzen.h b/dzen.h
index 64c9c6f..8f6b8a6 100644
--- a/dzen.h
+++ b/dzen.h
@@ -5,7 +5,6 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-//#include <X11/keysym.h>
#include <pthread.h>
#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
@@ -77,7 +76,7 @@ struct DZEN {
char *fnt;
char *bg;
char *fg;
- int mh;
+ int line_height;
Display *dpy;
int screen;