aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/view.h
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2018-03-27 17:37:03 -0400
committerGitHub <noreply@github.com>2018-03-27 17:37:03 -0400
commit575bc81d54f98841c28718b1667d27acc136a48a (patch)
tree945fe17fb270b90ec50ff4be9097b04b510ac075 /include/rootston/view.h
parent6f2de28e5ebc1f8d2b2f2bd2e0532ffe994cd95a (diff)
parent4abca435cc1ca9d89c077f0d06419696213a36c4 (diff)
Merge pull request #754 from emersion/popup-map-unmap-damage
[WIP] xdg-shell: damage view when popup is mapped/unmapped
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r--include/rootston/view.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h
index 775f3d11..1397a8d2 100644
--- a/include/rootston/view.h
+++ b/include/rootston/view.h
@@ -177,6 +177,8 @@ struct roots_xdg_popup_v6 {
struct roots_view_child view_child;
struct wlr_xdg_popup_v6 *wlr_popup;
struct wl_listener destroy;
+ struct wl_listener map;
+ struct wl_listener unmap;
struct wl_listener new_popup;
};
@@ -184,6 +186,8 @@ struct roots_xdg_popup {
struct roots_view_child view_child;
struct wlr_xdg_popup *wlr_popup;
struct wl_listener destroy;
+ struct wl_listener map;
+ struct wl_listener unmap;
struct wl_listener new_popup;
};