summaryrefslogtreecommitdiff
path: root/src/python.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-30 16:54:30 +0000
committerDana Jansens <danakj@orodu.net>2003-01-30 16:54:30 +0000
commit3b39804835c1edc5df63ac42d39dd4741087a975 (patch)
treebef5879eb4ec10443601b951e74368ae8a129606 /src/python.hh
parentc2c21e9588c00944dfed4cfc7e48d14570444534 (diff)
add a Release MouseAction for python hooks
Diffstat (limited to 'src/python.hh')
-rw-r--r--src/python.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python.hh b/src/python.hh
index 42b9726f..90df3e10 100644
--- a/src/python.hh
+++ b/src/python.hh
@@ -46,6 +46,7 @@ struct MouseContext {
struct MouseAction {
enum MA {
Press,
+ Release,
Click,
DoubleClick,
Motion