mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
rootston: damage view when zxdg-popup-v6 is mapped/unmapped
This commit is contained in:
parent
891610081f
commit
19a525f3b5
2 changed files with 18 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue