From: Marco Peereboom Date: Sun, 18 Jan 2009 01:19:01 +0000 (+0000) Subject: Correct XInput for managed windows so that mplayer syops whining about the X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=519a608c74cf38d31f7ecd7fd586919e17912754;p=spectrwm.git Correct XInput for managed windows so that mplayer syops whining about the mouse mask. --- diff --git a/scrotwm.c b/scrotwm.c index 562d7f7..b832e85 100644 --- 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);