X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fivi-compositor.h;h=41978eac8a1b58cbcfd6ef510f62847675a0bca7;hb=2551d6f12194a07955dca2a21f3af33bab39c11e;hp=857b81653f632a1dd49776827c234bc63f95f409;hpb=0fef26d32431e7bea6413f886e79cd2c1d88eb7c;p=src%2Fagl-compositor.git diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 857b816..41978ea 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -118,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; @@ -316,6 +318,12 @@ struct ivi_surface { struct ivi_surface_waltham waltham_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 {