commit | 052d17d4d9b81c4ab8a23c14316047996221bb0c | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Fri Jan 07 16:13:00 2011 -0500 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Jan 07 16:13:00 2011 -0500 |
tree | 72da801a890602b637396a899e9435a4d9a7e0a6 | |
parent | 96ce968b123f0edde7b8c3b61e9d2abed002c678 [diff] [blame] |
Map new surfaces on top of all other surface
diff --git a/compositor/compositor.c b/compositor/compositor.c index 2ba484f..1e6f2ef 100644 --- a/compositor/compositor.c +++ b/compositor/compositor.c
@@ -448,7 +448,7 @@ es->y = 10 + random() % 400; 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); es->mapped = 1; }