aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-08-18 14:55:01 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-08-18 14:55:01 +0000
commit3061dd960d5ec4879e20714f9f42d09ee7d9cc60 (patch)
tree77ec276b61e903e0cfc2d6f8118fa4a224ff1766 /dzen.h
parent31bdd3e47ad1dfaad002b78f6eca2eae138ee0c0 (diff)
downloaddzen-3061dd960d5ec4879e20714f9f42d09ee7d9cc60.tar.gz
dzen-3061dd960d5ec4879e20714f9f42d09ee7d9cc60.zip
added button6 and button7 events
git-svn-id: http://dzen.googlecode.com/svn/trunk@162 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'dzen.h')
-rw-r--r--dzen.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/dzen.h b/dzen.h
index d3d2334..6e526e4 100644
--- a/dzen.h
+++ b/dzen.h
@@ -21,6 +21,14 @@
#define MIN_BUF_SIZE 1024
#define MAX_LINE_LEN 1024
+#ifndef Button6
+# define Button6 6
+#endif
+
+#ifndef Button7
+# define Button7 7
+#endif
+
/* gui data structures */
enum { ColFG, ColBG, ColLast };