From da1eda0dbaa8bf4e1e01b1b06a6144c877b77f15 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 28 Mar 2015 06:32:24 +0100 Subject: add rat button support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/x.py | 1 + 1 file changed, 1 insertion(+) 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 ), -- cgit v1.2.3-70-g09d2