Add more grpc - Asyncstuff
[src/agl-compositor.git] / src / ivi-compositor.h
index 1d03747..891c093 100644 (file)
@@ -86,8 +86,6 @@ struct ivi_compositor {
        struct {
                struct wl_client *client;
                struct wl_resource *resource;
-
-               struct wl_client *client_ext;
                struct wl_resource *resource_ext;
                bool ready;
                enum agl_shell_bound_status status;
@@ -498,4 +496,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