Skip to content

input: avoid crash by using surface directly

Derek Foreman requested to merge derekf/weston:crash_constraint into main

A constraint always has a surface, but may not have a view - use the surface pointer directly without trying to get it through the view.

Fixes #823 (closed)

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Edited by Derek Foreman

Merge request reports