[Xfce4-commits] <xfwm4:master> Restore button press/release mask as removing it breaks switching workspaces with scroll wheel (bug #8656)

Olivier Fourdan noreply at xfce.org
Mon Apr 9 18:26:01 CEST 2012


Updating branch refs/heads/master
         to 22a820749b06691221052000a4f64c5545976b5f (commit)
       from 500ea413ab51a29710dffeb39889239bc6c420e8 (commit)

commit 22a820749b06691221052000a4f64c5545976b5f
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Mon Apr 9 18:22:12 2012 +0200

    Restore button press/release mask as removing it breaks switching workspaces with scroll wheel (bug #8656)

 src/main.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/main.c b/src/main.c
index 9cff21b..44c71c0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -67,6 +67,8 @@
     SubstructureNotifyMask|\
     StructureNotifyMask|\
     SubstructureRedirectMask|\
+    ButtonPressMask|\
+    ButtonReleaseMask|\
     KeyPressMask|\
     KeyReleaseMask|\
     FocusChangeMask|\


More information about the Xfce4-commits mailing list