mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04: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 seat_client_destroy;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
struct wlr_drag {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue