From 943e918a965e7cb07d84913170032784c31ff5d4 Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 16 Feb 2019 17:32:01 +0100 Subject: subsurface: add map/unmap events Fixes https://github.com/swaywm/wlroots/issues/1414 --- include/rootston/view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rootston/view.h') 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 { -- cgit v1.2.3