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