JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Correct XInput for managed windows so that mplayer syops whining about the
[spectrwm.git] / scrotwm.c
index 562d7f7..b832e85 100644 (file)
--- a/scrotwm.c
+++ b/scrotwm.c
@@ -1189,8 +1189,8 @@ manage_window(Window id)
                        XFree(ch.res_name);
        }
 
-       XSelectInput(display, id, ButtonPressMask | EnterWindowMask |
-           FocusChangeMask | ExposureMask);
+       XSelectInput(display, id, EnterWindowMask | FocusChangeMask |
+           PropertyChangeMask | StructureNotifyMask);
 
        set_win_state(win, NormalState);