subsurface: add map/unmap events

Fixes https://github.com/swaywm/wlroots/issues/1414
This commit is contained in:
emersion 2019-02-16 17:32:01 +01:00
parent 3c9f791d0e
commit 943e918a96
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 108 additions and 2 deletions

View file

@ -181,6 +181,8 @@ struct roots_subsurface {
struct roots_view_child view_child;
struct wlr_subsurface *wlr_subsurface;
struct wl_listener destroy;
struct wl_listener map;
struct wl_listener unmap;
};
struct roots_wl_shell_popup {