mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-26 06:59:52 -05:00
Merge pull request #1043 from acrisci/drag-icon-unmap
drag-icon map and unmap fixes
This commit is contained in:
commit
6f895081e1
4 changed files with 36 additions and 7 deletions
|
|
@ -59,6 +59,7 @@ struct roots_drag_icon {
|
|||
|
||||
struct wl_listener surface_commit;
|
||||
struct wl_listener map;
|
||||
struct wl_listener unmap;
|
||||
struct wl_listener destroy;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -88,7 +88,8 @@ struct wlr_drag_icon {
|
|||
int32_t sx, sy;
|
||||
|
||||
struct {
|
||||
struct wl_signal map; // emitted when mapped or unmapped
|
||||
struct wl_signal map;
|
||||
struct wl_signal unmap;
|
||||
struct wl_signal destroy;
|
||||
} events;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue