Properly block the edge also for touch screen edges
ClosedPublic

Authored by graesslin on Jun 20 2017, 7:41 PM.

Details

Summary

There was a regression introduced with bug fix eec6afe6 which added
a for pointer events only check also to doUpdateBlocking. Do to that
the edge blocking mechanism didn't work for touch edges.

BUG: 380476
FIXED-IN: 5.10.3

Test Plan

verified with xwininfo that there is no longer a window when
in full screen. Activated edges through touch and pointer

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.Jun 20 2017, 7:41 PM
Restricted Application added a project: KWin. · View Herald TranscriptJun 20 2017, 7:41 PM
Restricted Application added subscribers: kwin, plasma-devel. · View Herald Transcript
stikonas accepted this revision.Jun 20 2017, 7:55 PM
stikonas added a subscriber: stikonas.

I've also tested this patch on a few full screen games. That bug is gone.

This revision is now accepted and ready to land.Jun 20 2017, 7:55 PM
This revision was automatically updated to reflect the committed changes.