From 70da25bb9ab1cc3a3a7a6dcd304e9151d91c50ea Mon Sep 17 00:00:00 2001 From: gotmor Date: Tue, 5 Jun 2007 17:18:29 +0000 Subject: 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 --- dzen.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dzen.h') 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; -- cgit v1.2.3-54-g00ecf