aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-10 16:22:05 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-10 16:22:05 +0000
commit2bf490e772921d34d70c96dd138bc1b899894451 (patch)
treef4da2de54baa5acc0c99c24c8139507667ea1833 /dzen.h
parenta0bd8877f3819aaf8221376a16a018d0cbd19033 (diff)
downloaddzen-2bf490e772921d34d70c96dd138bc1b899894451.tar.gz
dzen-2bf490e772921d34d70c96dd138bc1b899894451.zip
new clean_up code
fixed selected line bug in menu mode git-svn-id: http://dzen.googlecode.com/svn/trunk@16 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/dzen.h b/dzen.h
index e0904c2..1f266be 100644
--- a/dzen.h
+++ b/dzen.h
@@ -5,14 +5,15 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-#include <X11/keysym.h>
+//#include <X11/keysym.h>
#include <pthread.h>
#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
#define BGCOLOR "#ab0b0b"
#define FGCOLOR "#efefef"
-#define BUF_SIZE 4096
+//#define BUF_SIZE 4096
+#define BUF_SIZE 1024
/* gui data structures */
enum { ColFG, ColBG, ColLast };