xwm: map and unmap notify

This commit is contained in:
Tony Crisci 2017-10-24 21:07:46 -04:00
parent 22435e00c5
commit e5ee01254b
4 changed files with 53 additions and 15 deletions

View file

@ -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;