[Xfce4-commits] [xfce/xfwm4] 01/01: events: do not monitor SubstructureNotifyMask
noreply at xfce.org
noreply at xfce.org
Fri May 15 21:45:32 CEST 2015
This is an automated email from the git hooks/post-receive script.
olivier pushed a commit to branch master
in repository xfce/xfwm4.
commit 1da95c4b066bf6ae800621b45087999b42b66dda
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 5eb3a05..9524211 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