summaryrefslogtreecommitdiffstats
path: root/src/ivi-compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivi-compositor.h')
-rw-r--r--src/ivi-compositor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h
index 7afb0c9..695cf95 100644
--- a/src/ivi-compositor.h
+++ b/src/ivi-compositor.h
@@ -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