mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-02 01:40:56 -05:00
Damage whole views on map and unmap
This commit is contained in:
parent
1308c0ffc3
commit
a114ddbbf3
4 changed files with 33 additions and 1 deletions
|
|
@ -25,6 +25,8 @@ struct cg_xdg_popup {
|
|||
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