aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
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;