summaryrefslogtreecommitdiff
path: root/manager.c
diff options
context:
space:
mode:
Diffstat (limited to 'manager.c')
-rw-r--r--manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/manager.c b/manager.c
index c243a43..7cfdb96 100644
--- a/manager.c
+++ b/manager.c
@@ -714,7 +714,7 @@ void handle_configure_request(void) {
void handle_configure_notify(void) {
XConfigureEvent *ev = &wm.ev.xconfigure;
- if (ev->window == wm.root) return;
+ if (ev->window == wm.root || ev->send_event) return;
// Only send synthetic events for windows we manage as top-level clients.
Client *c;