Skip to content

x11: Ignore all grab notifications for focus handling

David Edmundson requested to merge work/d_ed/grabbing_your_focus into master

On X11 we get focus in and out events for normal input and when grabs change. Kwin's concept of the active window should only follow the normal focus changing.

Testing done: Run Xfreerdp and move the pointer outside the window, the cursor decoration should not change. It should still be the active window.

Merge request reports