From 74f7be728715e164d5b7f174491797ce31206c8d Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Sun, 19 Jul 2020 14:57:10 +0200 Subject: xwayland: do not allow apps to change focus after wlroots request --- include/xwayland/xwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index a3e7132d..362b4cef 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -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; -- cgit v1.2.3