Merge pull request #1032 from acrisci/drag-icon-data
add data to wlr_drag_icon
This commit is contained in:
commit
caf72767a1
|
@ -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…
Reference in New Issue