X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;fp=src%2Fivi-compositor.h;h=1303e44a608a4405663801c5a586f1bf520a46ea;hb=d2510f1e79e501a8e6aecb8058746a7456d1367e;hp=7afb0c991f22f749438a18570eb59b8735f32c40;hpb=8e20d1cb7626dc6cb5b7fbd61714d4ed76d0e1e9;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 7afb0c9..1303e44 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -29,6 +29,7 @@ #include #include "config.h" +#include #include #include #include @@ -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