Merge pull request #1027 from Timidger/subsurface_data

Added data field to wlr_subsurface
master
emersion 7 years ago committed by GitHub
commit 31c8ca7bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,6 +62,8 @@ struct wlr_subsurface {
struct { struct {
struct wl_signal destroy; struct wl_signal destroy;
} events; } events;
void *data;
}; };
struct wlr_surface { struct wlr_surface {

Loading…
Cancel
Save