mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland: Create a dummy no_focus_window to use for non-X window focus
This commit is contained in:
parent
afe427d149
commit
83a5bdf5d5
2 changed files with 30 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue