mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-03 09:01:40 -05:00
add back map event
This commit is contained in:
parent
1c75d4e54a
commit
319ebdf476
2 changed files with 21 additions and 4 deletions
|
|
@ -88,6 +88,7 @@ struct wlr_drag_icon {
|
|||
int32_t sx, sy;
|
||||
|
||||
struct {
|
||||
struct wl_signal map;
|
||||
struct wl_signal unmap;
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue