aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index 59d2fcf..3488157 100644
--- a/dzen.h
+++ b/dzen.h
@@ -32,6 +32,9 @@
/* gui data structures */
enum { ColFG, ColBG, ColLast };
+/* exapansion directions */
+enum { noexpand, left, right, both };
+
typedef struct DZEN Dzen;
typedef struct Fnt Fnt;
typedef struct TW TWIN;
@@ -53,6 +56,8 @@ struct TW {
Window win;
Drawable drawable;
char alignment;
+ int expand;
+ int x_right_corner;
Bool ishidden;
};