mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-10 00:11:43 +08:00
Server now disables jump zones when scroll lock is active.
This commit is contained in:
@@ -1344,7 +1344,8 @@ CXWindowsScreen::doSelectEvents(Window w) const
|
||||
// select events of interest. do this before querying the tree so
|
||||
// we'll get notifications of children created after the XQueryTree()
|
||||
// so we won't miss them.
|
||||
XSelectInput(m_display, w, PointerMotionMask | SubstructureNotifyMask);
|
||||
XSelectInput(m_display, w, KeyPressMask | KeyReleaseMask |
|
||||
PointerMotionMask | SubstructureNotifyMask);
|
||||
|
||||
// recurse on child windows
|
||||
Window rw, pw, *cw;
|
||||
|
||||
Reference in New Issue
Block a user