mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
subsurface: add map/unmap events
Fixes https://github.com/swaywm/wlroots/issues/1414
This commit is contained in:
parent
3c9f791d0e
commit
943e918a96
4 changed files with 108 additions and 2 deletions
|
|
@ -181,6 +181,8 @@ struct roots_subsurface {
|
|||
struct roots_view_child view_child;
|
||||
struct wlr_subsurface *wlr_subsurface;
|
||||
struct wl_listener destroy;
|
||||
struct wl_listener map;
|
||||
struct wl_listener unmap;
|
||||
};
|
||||
|
||||
struct roots_wl_shell_popup {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue