mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-05 13:29:50 -05:00
Map new surfaces on top of all other surface
This commit is contained in:
parent
96ce968b12
commit
052d17d4d9
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ surface_map_toplevel(struct wl_client *client,
|
||||||
es->y = 10 + random() % 400;
|
es->y = 10 + random() % 400;
|
||||||
|
|
||||||
wlsc_surface_update_matrix(es);
|
wlsc_surface_update_matrix(es);
|
||||||
wl_list_insert(es->compositor->surface_list.prev, &es->link);
|
wl_list_insert(&es->compositor->surface_list, &es->link);
|
||||||
wlsc_compositor_schedule_repaint(es->compositor);
|
wlsc_compositor_schedule_repaint(es->compositor);
|
||||||
es->mapped = 1;
|
es->mapped = 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue