mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-17 14:38:09 +02:00
compositor: Damage surface when raising
This commit is contained in:
parent
8e9e6264c1
commit
cd0d10b752
1 changed files with 1 additions and 0 deletions
|
|
@ -686,6 +686,7 @@ wlsc_surface_raise(struct wlsc_surface *surface)
|
|||
|
||||
wl_list_remove(&surface->link);
|
||||
wl_list_insert(&compositor->surface_list, &surface->link);
|
||||
wlsc_surface_damage(surface);
|
||||
}
|
||||
|
||||
WL_EXPORT void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue