aboutsummaryrefslogtreecommitdiffstats
path: root/dzen.h
diff options
context:
space:
mode:
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 };