X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=scrotwm.c;h=b832e8518dd69bcf40a1f3adc15507dae5966198;hb=519a608c74cf38d31f7ecd7fd586919e17912754;hp=562d7f77b33a57463694d696ecac07d07698b50d;hpb=51fffe862e6d03bb914d4654a9af46371627c612;p=spectrwm.git 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);