X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;h=6a72e2aa2d8a625b64539be9e19a2a1f15255e6f;hb=4003cfb04b7bae04c321b274b4e1bfae1222a327;hp=1d0374787654c75fb685938940cf79ee1e356014;hpb=05bb0384732480a9f24a8d9093ac2da20081e307;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 1d03747..6a72e2a 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -58,7 +58,7 @@ struct ivi_compositor { struct wl_listener heads_changed; bool init_failed; - bool hide_cursor; + bool disable_cursor; bool activate_by_default; bool keep_pending_surfaces; @@ -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; @@ -319,7 +320,7 @@ struct ivi_shell_seat { struct weston_seat *seat; struct weston_surface *focused_surface; - bool hide_cursor; + bool disable_cursor; bool new_caps_sent; struct wl_listener seat_destroy_listener; @@ -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