select for SubstructureRedirectMask as well

このコミットが含まれているのは:
anselm@garbe.us 2012-02-09 20:56:34 +01:00
コミット 0b13628462
1個のファイルの変更2行の追加0行の削除

ファイルの表示

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