aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-05 17:18:29 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-05 17:18:29 +0000
commit70da25bb9ab1cc3a3a7a6dcd304e9151d91c50ea (patch)
tree957aaa3fa1cb20555d53245703859fbabcf731db /dzen.h
parent870ab3dee3e716ab8827027a6cb9dcb0a2ef47a3 (diff)
downloaddzen-70da25bb9ab1cc3a3a7a6dcd304e9151d91c50ea.tar.gz
dzen-70da25bb9ab1cc3a3a7a6dcd304e9151d91c50ea.zip
fixed strtol in main, must be strtoul
added horizontal menu functionality git-svn-id: http://dzen.googlecode.com/svn/trunk@67 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 55b1c57..12497d0 100644
--- a/dzen.h
+++ b/dzen.h
@@ -62,6 +62,7 @@ struct SW {
char alignment;
Bool ismenu;
+ Bool ishmenu;
Bool issticky;
Bool ismapped;
};
@@ -88,8 +89,6 @@ struct DZEN {
Fnt font;
Bool ispersistent;
- // The number of milliseconds to wait after an EOF from stdin before
- // exiting. A value of 0 == forever
unsigned long timeout;
int cur_line;
int ret_val;