aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-01-26 14:30:58 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2009-01-26 14:30:58 +0000
commit5b886074bc2e948e0757f6a71b2cd12d86e50cdb (patch)
treed73123b39751779d373976ddaecf98e611fb33f0 /dzen.h
parent67a7bc89e385cb894c3f3261b752464f6f8339a5 (diff)
downloaddzen-5b886074bc2e948e0757f6a71b2cd12d86e50cdb.tar.gz
dzen-5b886074bc2e948e0757f6a71b2cd12d86e50cdb.zip
added "-title-name" and "-slave-name" command line options
git-svn-id: http://dzen.googlecode.com/svn/trunk@238 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dzen.h b/dzen.h
index 625cfbf..f31a629 100644
--- a/dzen.h
+++ b/dzen.h
@@ -31,7 +31,6 @@
# define Button7 7
#endif
-/* gui data structures */
enum { ColFG, ColBG, ColLast };
/* exapansion directions */
@@ -55,6 +54,7 @@ struct Fnt {
struct TW {
int x, y, width, height;
+ char *name;
Window win;
Drawable drawable;
char alignment;
@@ -67,6 +67,7 @@ struct TW {
struct SW {
int x, y, width, height;
+ char *name;
Window win;
Window *line;
Drawable *drawable;