aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index 6dfdf7d..8c3811c 100644
--- a/dzen.h
+++ b/dzen.h
@@ -65,6 +65,8 @@ typedef struct _CLICK_A {
int button;
int start_x;
int end_x;
+ int start_y;
+ int end_y;
char cmd[1024];
} click_a;
extern click_a sens_areas[MAX_CLICKABLE_AREAS];