shell: Introduce fullscreen and split role type of a surface
[src/agl-compositor.git] / src / main.c
index 2764d4b..3fa4132 100644 (file)
@@ -1173,6 +1173,8 @@ int main(int argc, char *argv[])
        wl_list_init(&ivi.surfaces);
        wl_list_init(&ivi.pending_surfaces);
        wl_list_init(&ivi.popup_pending_apps);
+       wl_list_init(&ivi.fullscreen_pending_apps);
+       wl_list_init(&ivi.split_pending_apps);
        wl_list_init(&ivi.desktop_clients);
 
        /* Prevent any clients we spawn getting our stdin */