X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;h=6b6204e6969e30a1351117a01cd7947ec72a716f;hb=994d8a30b27f05516f6dc0a9f949315241cb9cc0;hp=30b05e3e4c77daf50c06d9f4d66415af00e3e463;hpb=0ed8064b0de235fa21fb961f0a8789e11ad7f1a4;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 30b05e3..6b6204e 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -117,6 +117,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 +306,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 { @@ -507,4 +515,10 @@ bool ivi_surface_count_one(struct ivi_output *ivi_output, enum ivi_surface_role role); +int +parse_activation_area(const char *geometry, struct ivi_output *output); + +bool +is_shell_surface_xwayland(struct ivi_surface *surf); + #endif