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/xwayland/xwm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/xwayland') diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index 41e35ef3..391e09ab 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -17,6 +17,7 @@ enum atom_name { WL_SURFACE_ID, + WL_SURFACE_SERIAL, WM_DELETE_WINDOW, WM_PROTOCOLS, WM_HINTS, @@ -130,6 +131,7 @@ struct wlr_xwm { struct wl_listener compositor_new_surface; struct wl_listener compositor_destroy; + struct wl_listener shell_v1_new_surface; struct wl_listener seat_set_selection; struct wl_listener seat_set_primary_selection; struct wl_listener seat_start_drag; -- cgit v1.2.3