xwayland: Create a dummy no_focus_window to use for non-X window focus

This commit is contained in:
Rémi Bernon 2025-05-23 18:03:57 +02:00 committed by Simon Ser
parent afe427d149
commit 83a5bdf5d5
2 changed files with 30 additions and 0 deletions

View file

@ -115,6 +115,7 @@ struct wlr_xwm {
xcb_connection_t *xcb_conn;
xcb_screen_t *screen;
xcb_window_t window;
xcb_window_t no_focus_window;
xcb_visualid_t visual_id;
xcb_colormap_t colormap;
xcb_render_pictformat_t render_format_id;