mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
xwayland: do not allow apps to change focus after wlroots request
This commit is contained in:
parent
1dbcfdaf81
commit
74f7be7287
2 changed files with 19 additions and 4 deletions
|
|
@ -128,6 +128,7 @@ struct wlr_xwm {
|
|||
#if WLR_HAS_XCB_ERRORS
|
||||
xcb_errors_context_t *errors_context;
|
||||
#endif
|
||||
unsigned int last_focus_seq;
|
||||
|
||||
struct wl_listener compositor_new_surface;
|
||||
struct wl_listener compositor_destroy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue