Added data field to wlr_subsurface

master
Timidger 7 years ago
parent d3670dfeff
commit 2eb8b240e1
No known key found for this signature in database
GPG Key ID: 42EF7ECE5FEF1D17

@ -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