Merge pull request #1027 from Timidger/subsurface_data

Added data field to wlr_subsurface
This commit is contained in:
emersion 2018-06-03 09:18:42 +01:00 committed by GitHub
commit 31c8ca7bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {