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.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h
index 1d03747..463ae2b 100644
--- a/src/ivi-compositor.h
+++ b/src/ivi-compositor.h
@@ -87,7 +87,8 @@ struct ivi_compositor {
struct wl_client *client;
struct wl_resource *resource;
- struct wl_client *client_ext;
+ /* this is for another agl-shell client, potentially used by
+ * the grpc-proxy */
struct wl_resource *resource_ext;
bool ready;
enum agl_shell_bound_status status;
@@ -498,4 +499,8 @@ ivi_shell_activate_surface(struct ivi_surface *ivi_surf,
int
sigchld_handler(int signal_number, void *data);
+void
+shell_send_app_state(struct ivi_compositor *ivi, const char *app_id,
+ enum agl_shell_app_state state);
+
#endif