compositor: Use stdint for specifing integer storage
[src/agl-compositor.git] / src / ivi-compositor.h
index 7afb0c9..695cf95 100644 (file)
@@ -29,6 +29,7 @@
 #include <stdbool.h>
 #include "config.h"
 
+#include <weston.h>
 #include <libweston/backend-drm.h>
 #include <libweston/libweston.h>
 #include <libweston/windowed-output-api.h>
@@ -72,6 +73,8 @@ struct ivi_compositor {
        bool activate_by_default;
        bool keep_pending_surfaces;
 
+       struct wl_listener screenshot_auth;
+
        /*
         * Options parsed from command line arugments.
         * Overrides what is found in the config file.
@@ -566,4 +569,7 @@ _ivi_set_shell_surface_split(struct ivi_surface *surface, struct ivi_output *out
 struct ivi_output_config *
 ivi_init_parsed_options(struct weston_compositor *compositor);
 
+void
+ivi_process_destroy(struct wet_process *process, int status, bool call_cleanup);
+
 #endif