src/shell: Add set_app_property_mode request
[src/agl-compositor.git] / src / ivi-compositor.h
index 3dd0c20..0449eb1 100644 (file)
@@ -54,6 +54,8 @@ struct ivi_compositor {
 
        bool init_failed;
        bool hide_cursor;
+       bool activate_by_default;
+       bool keep_pending_surfaces;
 
        /*
         * Options parsed from command line arugments.
@@ -262,6 +264,7 @@ struct ivi_surface {
        } pending;
        bool activated_by_default;
        bool advertised_on_launch;
+       bool checked_pending;
 
        enum ivi_surface_role role;
        union {
@@ -415,4 +418,10 @@ 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);
+
+bool
+ivi_check_pending_surface(struct ivi_surface *surface);
+
 #endif