xwayland: support querying window types

This commit is contained in:
Consolatis 2024-01-24 18:06:57 +01:00
parent 59543e476c
commit 0da2d3e4e9
3 changed files with 137 additions and 6 deletions

View file

@ -220,7 +220,8 @@ struct server {
struct wl_listener xdg_toplevel_decoration;
#if HAVE_XWAYLAND
struct wlr_xwayland *xwayland;
struct wl_listener xwayland_ready;
struct wl_listener xwayland_server_ready;
struct wl_listener xwayland_xwm_ready;
struct wl_listener xwayland_new_surface;
#endif