From 3061dd960d5ec4879e20714f9f42d09ee7d9cc60 Mon Sep 17 00:00:00 2001 From: gotmor Date: Sat, 18 Aug 2007 14:55:01 +0000 Subject: added button6 and button7 events git-svn-id: http://dzen.googlecode.com/svn/trunk@162 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- dzen.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'dzen.h') 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 }; -- cgit v1.2.3-54-g00ecf