xwayland: do not allow apps to change focus after wlroots request

This commit is contained in:
Ilia Bozhinov 2020-07-19 14:57:10 +02:00 committed by Simon Ser
parent 1dbcfdaf81
commit 74f7be7287
2 changed files with 19 additions and 4 deletions

View file

@ -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;