aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-16 14:32:48 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-05-16 14:32:48 +0000
commit69f1775e563c2caf3f05071a0fee87b240fc0c07 (patch)
treed0f9364cf13a761e25d681fc765bc7e78b6a80d4 /dzen.h
parentaddd0c2984fd77a6eacce8f7e9f5eb051983eba1 (diff)
downloaddzen-69f1775e563c2caf3f05071a0fee87b240fc0c07.tar.gz
dzen-69f1775e563c2caf3f05071a0fee87b240fc0c07.zip
fixed alignment oddities
git-svn-id: http://dzen.googlecode.com/svn/trunk@26 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/dzen.h b/dzen.h
index b8c8a0e..64c9c6f 100644
--- a/dzen.h
+++ b/dzen.h
@@ -12,9 +12,9 @@
#define BGCOLOR "#ab0b0b"
#define FGCOLOR "#efefef"
-#define ALIGNECENTER 0
-#define ALIGNELEFT 1
-#define ALIGNERIGHT 2
+#define ALIGNCENTER 0
+#define ALIGNLEFT 1
+#define ALIGNRIGHT 2
#define BUF_SIZE 4096
@@ -40,8 +40,7 @@ struct TW {
Window win;
Drawable drawable;
- char alignement;
- Bool autohide;
+ char alignment;
Bool ishidden;
};
@@ -60,7 +59,7 @@ struct SW {
int last_line_vis;
int sel_line;
- char alignement;
+ char alignment;
Bool ismenu;
Bool issticky;
Bool ispersistent;