diff options
author | Ryan Dwyer <ryandwyer1@gmail.com> | 2018-09-02 14:59:09 +1000 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-09-02 08:50:17 +0200 |
commit | 60a174eb1165f6adc139821c863ff73d57a3ce79 (patch) | |
tree | 4245acf84c3221d186387bd2c6ac4fd536333cf3 /include | |
parent | 69a5279f7983097e13d194e30f5233898ffa6ff8 (diff) |
xwayland: Introduce request_activate event
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/xwayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 82ca63bc..cf1c2cd1 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -151,6 +151,7 @@ struct wlr_xwayland_surface { struct wl_signal request_resize; struct wl_signal request_maximize; struct wl_signal request_fullscreen; + struct wl_signal request_activate; struct wl_signal map; struct wl_signal unmap; |