desktop: Delay surface creation until committed
[src/agl-compositor.git] / src / ivi-compositor.h
index 3dd0c20..efa6373 100644 (file)
@@ -262,6 +262,7 @@ struct ivi_surface {
        } pending;
        bool activated_by_default;
        bool advertised_on_launch;
+       bool checked_pending;
 
        enum ivi_surface_role role;
        union {
@@ -415,4 +416,6 @@ ivi_seat_reset_caps_sent(struct ivi_compositor *ivi);
 void
 agl_shell_desktop_advertise_application_id(struct ivi_compositor *ivi,
                                           struct ivi_surface *surface);
+void
+ivi_destroy_waltham_destroy(struct ivi_surface *surface);
 #endif