agl-shell-desktop: Add the ability to hide client windows
[src/agl-compositor.git] / src / main.c
index deef8bc..df97b24 100644 (file)
@@ -1147,6 +1147,7 @@ int main(int argc, char *argv[])
        wl_list_init(&ivi.outputs);
        wl_list_init(&ivi.surfaces);
        wl_list_init(&ivi.pending_surfaces);
+       wl_list_init(&ivi.popup_pending_apps);
        wl_list_init(&ivi.desktop_clients);
 
        /* Prevent any clients we spawn getting our stdin */