aboutsummaryrefslogtreecommitdiff
path: root/include/xwayland
diff options
context:
space:
mode:
authorIlia Bozhinov <ammen99@gmail.com>2020-07-19 14:57:10 +0200
committerSimon Ser <contact@emersion.fr>2020-07-30 13:40:36 +0200
commit74f7be728715e164d5b7f174491797ce31206c8d (patch)
tree9a2bd9955b72ecdebf930f5b53e5d984ded79fd4 /include/xwayland
parent1dbcfdaf81778fcd4635c6ecd62b89477f69f0d8 (diff)
xwayland: do not allow apps to change focus after wlroots request
Diffstat (limited to 'include/xwayland')
-rw-r--r--include/xwayland/xwm.h1
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;