summaryrefslogtreecommitdiff
path: root/src/python.hh
diff options
context:
space:
mode:
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