Browse Source

select for SubstructureRedirectMask as well

master
anselm@garbe.us 13 years ago
parent
commit
0b13628462
  1. 2
      slock.c

2
slock.c

@ -201,6 +201,8 @@ lockscreen(Display *dpy, int screen) {
unlockscreen(dpy, lock);
lock = NULL;
}
else
XSelectInput(dpy, lock->root, SubstructureNotifyMask);
return lock;
}

Loading…
Cancel
Save