Merge pull request #1032 from acrisci/drag-icon-data

add data to wlr_drag_icon
This commit is contained in:
emersion 2018-06-04 08:47:25 +01:00 committed by GitHub
commit caf72767a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ struct wlr_drag_icon {
struct wl_listener surface_destroy;
struct wl_listener seat_client_destroy;
void *data;
};
struct wlr_drag {