aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-02-17 19:21:13 +0100
committerGitHub <noreply@github.com>2019-02-17 19:21:13 +0100
commitfd0b625ab96bc3c54ba01a7a610b53b441236728 (patch)
tree1385f031d8023c620f14152fdb69950e5ebfa944 /include/rootston/view.h
parent3c9f791d0e0a0f0b3437b0b26ea606ce3344cfe2 (diff)
parent943e918a965e7cb07d84913170032784c31ff5d4 (diff)
Merge pull request #1553 from emersion/subsurface-map
subsurface: add map/unmap events
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h2
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 {