compositor: Fix wet_process cleanup on compositor shuwdown
[src/agl-compositor.git] / src / ivi-compositor.h
index 7afb0c9..1303e44 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>
@@ -566,4 +567,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