X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;h=ea80b1ad4518125a2a0902853630dcd56625f073;hb=097713d92a9b42457e5d10de8a5c500aec926f1b;hp=6969a7dd28bb0bd463e31c5ceb4c9999ad6fa752;hpb=0056122343c782902457802bb1ef6bde7c14d3c9;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 6969a7d..ea80b1a 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -53,6 +53,7 @@ struct ivi_compositor { struct wl_listener heads_changed; bool init_failed; + bool hide_cursor; /* * Options parsed from command line arugments. @@ -69,6 +70,8 @@ struct ivi_compositor { const struct weston_windowed_output_api *window_api; const struct weston_drm_output_api *drm_api; const struct weston_remoting_api *remoting_api; + /* not really useful atm */ + const struct weston_transmitter_api *waltham_transmitter_api; struct wl_global *agl_shell; struct wl_global *agl_shell_desktop; @@ -85,6 +88,7 @@ struct ivi_compositor { struct wl_list surfaces; /* ivi_surface.link */ struct weston_desktop *desktop; + struct wl_listener seat_created_listener; struct ivi_policy *policy; struct wl_list pending_surfaces; @@ -233,6 +237,7 @@ struct ivi_surface { struct weston_view *view; struct wl_list link; + int focus_count; struct { enum ivi_surface_flags flags; @@ -377,5 +382,13 @@ ivi_layout_find_with_app_id(const char *app_id, struct ivi_compositor *ivi); void shell_advertise_app_state(struct ivi_compositor *ivi, const char *app_id, const char *data, uint32_t app_state); +void +ivi_screenshooter_create(struct ivi_compositor *ivi); + +void +ivi_seat_init(struct ivi_compositor *ivi); + +void +ivi_seat_reset_caps_sent(struct ivi_compositor *ivi); #endif