fullscreen-shell: Trigger output repaints

This fixes up fullscreen-shell as with commit 'libweston: Update view
transforms more often' we no longer trigger output repaints making the
RPD backend (mostly) unsable.

Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
This commit is contained in:
Marius Vlad 2023-01-06 22:53:48 +02:00
parent 50809097a8
commit 0b9620b83e
1 changed files with 2 additions and 0 deletions

View File

@ -620,6 +620,8 @@ fs_output_apply_pending(struct fs_output *fsout)
&fsout->surface_destroyed);
weston_layer_entry_insert(&fsout->shell->layer.view_list,
&fsout->view->layer_link);
weston_view_geometry_dirty(fsout->view);
}
fs_output_clear_pending(fsout);