aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2010-06-13 16:36:34 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2010-06-13 16:36:34 +0000
commitdb58aac6a88f369fc109005548ad9170ee8b7720 (patch)
tree2583447cdc18cd9842447c10778c1520a6a40d59 /dzen.h
parent36e01d9e60e3b15387de51c5197a7c0143549fef (diff)
downloaddzen-db58aac6a88f369fc109005548ad9170ee8b7720.tar.gz
dzen-db58aac6a88f369fc109005548ad9170ee8b7720.zip
added support for nested ^ca() commands, thanks to Devin J. Pohly
git-svn-id: http://dzen.googlecode.com/svn/trunk@268 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index 88259fa..afc3da2 100644
--- a/dzen.h
+++ b/dzen.h
@@ -62,6 +62,7 @@ struct Fnt {
/* clickable areas */
typedef struct _CLICK_A {
+ int active;
int button;
int start_x;
int end_x;