Introduction
Introduction Statistics Contact Development Disclaimer Help
select for SubstructureRedirectMask as well - slock - simple X display locker u…
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
commit 0b1362846242d510c4fd160b7e6579278213a544
parent 7a217cb7c4f1a7439b76f5fb839035d7021eb7ff
Author: [email protected] <unknown>
Date: Thu, 9 Feb 2012 20:56:34 +0100
select for SubstructureRedirectMask as well
Diffstat:
M slock.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git 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;
}
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.