From 4ff46e6cf9463e594605928feeb7c55cf323b5e7 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 18 Oct 2022 13:09:17 +0200 Subject: xwayland/xwm: add support for xwayland-shell-v1 --- include/wlr/xwayland/xwayland.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/wlr') diff --git a/include/wlr/xwayland/xwayland.h b/include/wlr/xwayland/xwayland.h index 372ab9a8..2a68315c 100644 --- a/include/wlr/xwayland/xwayland.h +++ b/include/wlr/xwayland/xwayland.h @@ -21,6 +21,7 @@ struct wlr_drag; struct wlr_xwayland { struct wlr_xwayland_server *server; struct wlr_xwm *xwm; + struct wlr_xwayland_shell_v1 *shell_v1; struct wlr_xwayland_cursor *cursor; const char *display_name; @@ -42,6 +43,7 @@ struct wlr_xwayland { */ int (*user_event_handler)(struct wlr_xwm *xwm, xcb_generic_event_t *event); + struct wl_listener server_start; struct wl_listener server_ready; struct wl_listener server_destroy; struct wl_listener seat_destroy; @@ -80,6 +82,7 @@ struct wlr_xwayland_surface { xcb_window_t window_id; struct wlr_xwm *xwm; uint32_t surface_id; + uint64_t serial; struct wl_list link; struct wl_list stack_link; -- cgit v1.2.3