mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-06 13:29:45 -05:00
Merge pull request #1032 from acrisci/drag-icon-data
add data to wlr_drag_icon
This commit is contained in:
commit
caf72767a1
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…
Add table
Add a link
Reference in a new issue