From 69f1775e563c2caf3f05071a0fee87b240fc0c07 Mon Sep 17 00:00:00 2001 From: gotmor Date: Wed, 16 May 2007 14:32:48 +0000 Subject: fixed alignment oddities git-svn-id: http://dzen.googlecode.com/svn/trunk@26 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- dzen.h | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'dzen.h') 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; -- cgit v1.2.3-54-g00ecf