diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-24 21:07:46 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-24 21:07:46 -0400 |
commit | e5ee01254b442ae2f742a7044c56753fef13de76 (patch) | |
tree | 5239202e7e347069e99374f41dda70a427a319d7 /include/wlr | |
parent | 22435e00c5e1507544e27adac4e7ae88d8b49ac2 (diff) |
xwm: map and unmap notify
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/xwayland.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wlr/xwayland.h b/include/wlr/xwayland.h index 3d5a204c..efee3d9f 100644 --- a/include/wlr/xwayland.h +++ b/include/wlr/xwayland.h @@ -99,6 +99,8 @@ struct wlr_xwayland_surface { struct { struct wl_signal destroy; struct wl_signal request_configure; + struct wl_signal map_notify; + struct wl_signal unmap_notify; struct wl_signal set_title; struct wl_signal set_class; struct wl_signal set_parent; |