Merge pull request #1027 from Timidger/subsurface_data
Added data field to wlr_subsurface
This commit is contained in:
commit
31c8ca7bec
|
@ -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…
Reference in New Issue