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

@ -34,6 +34,8 @@ struct roots_xwayland_surface {
// TODO: Maybe destroy listener should go in roots_view
struct wl_listener destroy;
struct wl_listener request_configure;
struct wl_listener map_notify;
struct wl_listener unmap_notify;
};
enum roots_view_type {