aboutsummaryrefslogtreecommitdiffstats
path: root/src/x.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/x.py')
-rw-r--r--src/x.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/x.py b/src/x.py
index 00252f6..da8c0f6 100644
--- a/src/x.py
+++ b/src/x.py
@@ -118,6 +118,7 @@ def create_panel(width, height, left, ypos, panel_height, at_top):
Xlib.X.CopyFromParent,
event_mask = (
Xlib.X.StructureNotifyMask |
+ Xlib.X.ButtonPressMask |
Xlib.X.ButtonReleaseMask |
Xlib.X.ExposureMask
),