aboutsummaryrefslogtreecommitdiffstats
path: root/action.c
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 /action.c
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 'action.c')
-rw-r--r--action.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/action.c b/action.c
index 5865fda..e491200 100644
--- a/action.c
+++ b/action.c
@@ -20,6 +20,8 @@ struct event_lookup ev_lookup_table[] = {
{ "button3", button3},
{ "button4", button4},
{ "button5", button5},
+ { "button6", button6},
+ { "button7", button7},
{ "entertitle", entertitle},
{ "leavetitle", leavetitle},
{ "enterslave", enterslave},