mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-21 11:42:23 +00:00
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 wl_signal destroy;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
struct wlr_surface {
|
||||
|
Loading…
Reference in New Issue
Block a user