Skip to content

kiosk-shell: Update view transform after activation.

Alexandros Frantzis requested to merge afrantzis/weston:fix-674-kiosk-shell into main

The activation of a view implies, among other things, a change in the associated view layer which is initially unset. In order for this change to be reflected in the corresponding surface's output mask, and hence allow surface damage to trigger output repaints, we need to update the view transform.

Fixes #674 (closed)

Signed-off-by: Alexandros Frantzis alexandros.frantzis@collabora.com

Edited by Alexandros Frantzis

Merge request reports