diff options
author | emersion <contact@emersion.fr> | 2018-03-27 17:27:58 -0400 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-03-27 17:27:58 -0400 |
commit | 4abca435cc1ca9d89c077f0d06419696213a36c4 (patch) | |
tree | 045d1add242bbe2071641851acfe09836b476573 /include/rootston | |
parent | 19a525f3b51ed16d400d92fe27553967833f85d9 (diff) |
rootston: damage view when xdg-popup is mapped/unmapped
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 1fd7353a..1397a8d2 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -186,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; }; |