Skip to content
Commit 08979a1d authored by Sergio Gómez's avatar Sergio Gómez 💬 Committed by Marius Vlad
Browse files

libweston: Add view unmap listener to pointer constraints



Since the logic of pointer constraints assumes a valid view throughout, add a
signal to disable constraints when its current view is unmapped by Weston.

The assumption that a previously unmapped view is valid already leads to the
constraints code crashing. This can happen when attaching a NULL buffer to the
surface and commiting, which effectively unmaps the view with the side effect of
clearing the surface's input region, which is then assumed valid inside
maybe_warp_confined_pointer().

Fixes: #721

Signed-off-by: default avatarSergio Gómez <sergio.g.delreal@gmail.com>
(cherry picked from commit e3079393)
parent d3a636df
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment