From: anselm@garbe.us Date: Thu, 9 Feb 2012 19:56:34 +0000 (+0100) Subject: select for SubstructureRedirectMask as well X-Git-Url: https://git.danieliu.xyz/?p=slock.git;a=commitdiff_plain;h=0b1362846242d510c4fd160b7e6579278213a544 select for SubstructureRedirectMask as well --- diff --git a/slock.c b/slock.c index 7f74f71..96d4379 100644 --- a/slock.c +++ b/slock.c @@ -201,6 +201,8 @@ lockscreen(Display *dpy, int screen) { unlockscreen(dpy, lock); lock = NULL; } + else + XSelectInput(dpy, lock->root, SubstructureNotifyMask); return lock; }