mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
add data to wlr_drag_icon
This commit is contained in:
parent
1c5c8652c5
commit
58d549c98a
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ struct wlr_drag_icon {
|
||||||
|
|
||||||
struct wl_listener surface_destroy;
|
struct wl_listener surface_destroy;
|
||||||
struct wl_listener seat_client_destroy;
|
struct wl_listener seat_client_destroy;
|
||||||
|
|
||||||
|
void *data;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct wlr_drag {
|
struct wlr_drag {
|
||||||
|
|
Loading…
Reference in a new issue