Implementation of PointerConstraints protcol
ClosedPublic

Authored by graesslin on Nov 23 2016, 7:24 AM.

Details

Summary

The pointer constraints protocol is an unstable protocol and thus
the implementation follows the semantics of unstable protocols.

The protocol allows to create a constraint on the pointer - either a
lock or a confinement on a surface. Those are not activated at once, but
when the compositor actively grants it.

During lock no further pointer motion is emitted, during confinement the
pointer is kept in a certain area.

This implements T4451.

Diff Detail

Repository
R127 KWayland
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
graesslin updated this revision to Diff 8425.Nov 23 2016, 7:24 AM
graesslin retitled this revision from to Implementation of PointerConstraints protcol.
graesslin updated this object.
graesslin edited the test plan for this revision. (Show Details)
graesslin added a reviewer: Plasma on Wayland.
Restricted Application added a project: Plasma on Wayland. · View Herald TranscriptNov 23 2016, 7:24 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
mart accepted this revision.Nov 23 2016, 11:22 AM
mart added a reviewer: mart.
This revision is now accepted and ready to land.Nov 23 2016, 11:22 AM
This revision was automatically updated to reflect the committed changes.