aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authoralexey.skladnoy <alexey.skladnoy@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-07-22 14:05:26 +0000
committeralexey.skladnoy <alexey.skladnoy@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2008-07-22 14:05:26 +0000
commit58f511fe8d8df9d33018dd34d357f46ce9046d3e (patch)
treecfeb3d06e1c75d6c81be657804a7949633d451e6 /dzen.h
parent01d2dc398add06d90119c45e7d060de73f72d8f7 (diff)
downloaddzen-58f511fe8d8df9d33018dd34d357f46ce9046d3e.tar.gz
dzen-58f511fe8d8df9d33018dd34d357f46ce9046d3e.zip
Dzen is now able to get font and color settings from X resources
- Order of initialization changed: 1. connect to X server 2. Read X resources 3. Parse command line options - README files updated - x_read_resources may contain bugs git-svn-id: http://dzen.googlecode.com/svn/trunk@230 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index ba4107e..625cfbf 100644
--- a/dzen.h
+++ b/dzen.h
@@ -6,6 +6,7 @@
#include <X11/Xlib.h>
#include <X11/Xutil.h>
+#include <X11/Xresource.h>
#ifdef DZEN_XINERAMA
#include <X11/extensions/Xinerama.h>
#endif