summaryrefslogtreecommitdiff
path: root/src/manage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/manage.c')
-rw-r--r--src/manage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/manage.c b/src/manage.c
index 8a7effc..030693c 100644
--- a/src/manage.c
+++ b/src/manage.c
@@ -501,8 +501,7 @@ hide_window (rp_window *win)
if (win == NULL) return;
/* Ignore the unmap_notify event. */
- XSelectInput(dpy, win->w,
- WIN_EVENTS&~(StructureNotifyMask|EnterWindowMask));
+ XSelectInput(dpy, win->w, WIN_EVENTS&~(StructureNotifyMask));
XUnmapWindow (dpy, win->w);
XSelectInput (dpy, win->w, WIN_EVENTS);
set_state (win, IconicState);