layout/shell: Add basic support for split window
[src/agl-compositor.git] / src / compositor.c
index 52f1b18..827ef7a 100644 (file)
@@ -1730,6 +1730,7 @@ int wet_main(int argc, char *argv[], const struct weston_testsuite_data *test_da
        wl_list_init(&ivi.remote_pending_apps);
        wl_list_init(&ivi.desktop_clients);
        wl_list_init(&ivi.child_process_list);
+       wl_list_init(&ivi.pending_apps);
 
        /* Prevent any clients we spawn getting our stdin */
        os_fd_set_cloexec(STDIN_FILENO);