mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
rootston: damage view when xdg-popup is mapped/unmapped
This commit is contained in:
parent
19a525f3b5
commit
4abca435cc
2 changed files with 16 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue