This ensures that QWindow::setMask works for KWin internal windows.
Without KWin sends all pointer events to the QWindow, even if the
mask says it shouldn't get events.
Details
Details
- Reviewers
bshah - Group Reviewers
Plasma - Commits
- R108:d19690ce984a: Honor input mask set on internal windows
Diff Detail
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.
Comment Actions
Extended the tests to cover the new condition and also fixed a regression found by the test.