diff options
author | emersion <contact@emersion.fr> | 2019-02-16 17:32:01 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-02-17 12:01:15 +0100 |
commit | 943e918a965e7cb07d84913170032784c31ff5d4 (patch) | |
tree | 1385f031d8023c620f14152fdb69950e5ebfa944 /include/rootston | |
parent | 3c9f791d0e0a0f0b3437b0b26ea606ce3344cfe2 (diff) |
subsurface: add map/unmap events
Fixes https://github.com/swaywm/wlroots/issues/1414
Diffstat (limited to 'include/rootston')
-rw-r--r-- | include/rootston/view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index b1feb5ce..0174e4f3 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -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 { |