[Xfce4-commits] [xfce/xfwm4] 01/01: events: do not monitor SubstructureNotifyMask
noreply at xfce.org
noreply at xfce.org
Fri May 15 21:46:07 CEST 2015
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch xfce-4.12
in repository xfce/xfwm4.
commit 7fdcb53575df2859f2b37a5a3bb1663ec16baa36
Author: Olivier Fourdan <fourdan at xfce.org>
Date: Fri May 15 14:29:49 2015 +0200
events: do not monitor SubstructureNotifyMask
Bug: 11893
Otherwise we may confuse clients.
Signed-off-by: Olivier Fourdan <fourdan at xfce.org>
---
src/client.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/client.c b/src/client.c
index 12106ce..4c2c50f 100644
--- a/src/client.c
+++ b/src/client.c
@@ -80,7 +80,6 @@
PropertyChangeMask
#define CLIENT_EVENT_MASK \
- SubstructureNotifyMask|\
StructureNotifyMask|\
FocusChangeMask|\
PropertyChangeMask
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list