aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-01 11:28:57 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-06-01 11:28:57 +0000
commitb25989d6d21e66f36102fcdc87cff3ffdcb4eeec (patch)
tree3d383c6239dc38e972a5f93ff1bf7bce52ac34fc /dzen.h
parent8031980e8d2d2310622013e0bdf33e8e9741f9bf (diff)
downloaddzen-b25989d6d21e66f36102fcdc87cff3ffdcb4eeec.tar.gz
dzen-b25989d6d21e66f36102fcdc87cff3ffdcb4eeec.zip
0.3.0 - switch to select()
git-svn-id: http://dzen.googlecode.com/svn/trunk@42 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/dzen.h b/dzen.h
index d3b37ab..6cbb3af 100644
--- a/dzen.h
+++ b/dzen.h
@@ -8,7 +8,6 @@
#ifdef DZEN_XINERAMA
#include <X11/extensions/Xinerama.h>
#endif
-#include <pthread.h>
#define FONT "-*-fixed-*-*-*-*-*-*-*-*-*-*-*-*"
#define BGCOLOR "#ab0b0b"
@@ -64,7 +63,6 @@ struct SW {
char alignment;
Bool ismenu;
Bool issticky;
- Bool ispersistent;
Bool ismapped;
};
@@ -89,12 +87,8 @@ struct DZEN {
GC gc, rgc;
Fnt font;
- /* position */
+ Bool ispersistent;
int cur_line;
-
- pthread_t read_thread;
- pthread_mutex_t mt;
-
int ret_val;
/* should always be 0 if DZEN_XINERAMA not defined */