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
1 changed files with 2 additions and 0 deletions

View File

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