[Xfce4-commits] [xfce/xfwm4] 02/08: Revert "Add PointerMotionHintMask"
noreply at xfce.org
noreply at xfce.org
Mon May 15 09:09:46 CEST 2017
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit 012bdbfc826466d7ffae0c52387ae949aa17aabe
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Thu Mar 23 11:40:46 2017 +0100
Revert "Add PointerMotionHintMask"
Bug: 12534
This reverts commit 0dfb55407a830572f03297b3c118fac1f3c5b80d.
---
src/client.c | 1 -
src/moveresize.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/src/client.c b/src/client.c
index 668c11b..6a16971 100644
--- a/src/client.c
+++ b/src/client.c
@@ -73,7 +73,6 @@
#define FRAME_EVENT_MASK \
SubstructureNotifyMask|\
SubstructureRedirectMask|\
- PointerMotionHintMask|\
PointerMotionMask|\
ButtonMotionMask|\
FocusChangeMask|\
diff --git a/src/moveresize.c b/src/moveresize.c
index 026cc0d..1c07e8e 100644
--- a/src/moveresize.c
+++ b/src/moveresize.c
@@ -53,7 +53,6 @@
#include "xsync.h"
#define MOVERESIZE_EVENT_MASK \
- PointerMotionHintMask | \
PointerMotionMask | \
ButtonMotionMask | \
ButtonReleaseMask | \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list