X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;h=4c04ec79d10eae6be6b37072895466646f6b6389;hb=ae3ef78cb1a01b690917eb8d93a3e68517a7a93d;hp=207fd82aafbff7a4c8f02bbde8de48048296fa43;hpb=07c332f0b8c32976dc3b0ad7f8433de7641e4778;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 207fd82..4c04ec7 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -97,6 +97,7 @@ struct ivi_compositor { struct wl_client *client; struct wl_resource *resource; bool doas_requested; + bool doas_requested_pending_bind; enum agl_shell_bound_status status; } shell_client_ext; @@ -117,6 +118,8 @@ struct ivi_compositor { struct wl_list remote_pending_apps; struct wl_listener destroy_listener; + struct wl_listener transform_listener; + const struct weston_xwayland_surface_api *xwayland_surface_api; struct weston_layer hidden; struct weston_layer background; @@ -304,6 +307,12 @@ struct ivi_surface { struct wl_listener listener_advertise_app; struct wl_signal signal_advertise_app; + + struct { + bool is_set; + int32_t x; + int32_t y; + } xwayland; }; struct ivi_shell_seat { @@ -510,4 +519,7 @@ ivi_surface_count_one(struct ivi_output *ivi_output, int parse_activation_area(const char *geometry, struct ivi_output *output); +bool +is_shell_surface_xwayland(struct ivi_surface *surf); + #endif