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 --- main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 8bd6fd8..469f431 100644 --- a/main.c +++ b/main.c @@ -541,6 +541,12 @@ handle_xev(void) { case Button5: do_action(button5); break; + case Button6: + do_action(button6); + break; + case Button7: + do_action(button7); + break; } break; case KeyPress: -- cgit v1.2.3-54-g00ecf