---
 fullscreen-shell/fullscreen-shell.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fullscreen-shell/fullscreen-shell.c 
b/fullscreen-shell/fullscreen-shell.c
index a8dad8e..25932d4 100644
--- a/fullscreen-shell/fullscreen-shell.c
+++ b/fullscreen-shell/fullscreen-shell.c
@@ -262,7 +262,7 @@ fs_output_create(struct fullscreen_shell *shell, struct 
weston_output *output)
        fsout->black_view = create_black_surface(shell->compositor, fsout,
                                                 output->x, output->y,
                                                 output->width, output->height);
-       wl_list_insert(&shell->layer.view_list,
+       weston_layer_entry_insert(&shell->layer.view_list,
                       &fsout->black_view->layer_link);
        wl_list_init(&fsout->transform.link);
        return fsout;
@@ -573,7 +573,7 @@ fs_output_apply_pending(struct fs_output *fsout)
 
                wl_signal_add(&fsout->surface->destroy_signal,
                              &fsout->surface_destroyed);
-               wl_list_insert(&fsout->shell->layer.view_list,
+               weston_layer_entry_insert(&fsout->shell->layer.view_list,
                               &fsout->view->layer_link);
        }
 
-- 
2.0.3

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to