Create a dedicated X11EventFilter for recognizing first user interaction
ClosedPublic

Authored by graesslin on Aug 17 2017, 5:17 PM.

Details

Summary

Workspace monitors the X11 events to detect when the user first
interacts with the system. This is only required on X11 for activating
the same client from previous session. So far this was spread over many
parts in the long event switch statement. To make this more contained a
dedicated event filter is introduced which also gets deleted again once
the first user interaction got recognized.

Test Plan

Compiles

Diff Detail

Repository
R108 KWin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
graesslin created this revision.Aug 17 2017, 5:17 PM
Restricted Application added a project: KWin. · View Herald TranscriptAug 17 2017, 5:17 PM
Restricted Application added subscribers: kwin, plasma-devel. · View Herald Transcript
broulik accepted this revision.Aug 17 2017, 7:38 PM
This revision is now accepted and ready to land.Aug 17 2017, 7:38 PM
This revision was automatically updated to reflect the committed changes.