Added data field to wlr_subsurface

This commit is contained in:
Timidger 2018-06-02 15:54:15 -07:00
parent d3670dfeff
commit 2eb8b240e1
No known key found for this signature in database
GPG key ID: 42EF7ECE5FEF1D17

View file

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