diff options
author | Ilia Bozhinov <ammen99@gmail.com> | 2020-07-19 14:57:10 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-07-30 13:40:36 +0200 |
commit | 74f7be728715e164d5b7f174491797ce31206c8d (patch) | |
tree | 9a2bd9955b72ecdebf930f5b53e5d984ded79fd4 /include | |
parent | 1dbcfdaf81778fcd4635c6ecd62b89477f69f0d8 (diff) |
xwayland: do not allow apps to change focus after wlroots request
Diffstat (limited to 'include')
-rw-r--r-- | include/xwayland/xwm.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |