xwayland: support querying window types

This commit is contained in:
Consolatis 2024-01-24 18:06:57 +01:00 committed by Johan Malm
parent 9ecd8c2b43
commit a04b394e59
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