mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
Added data field to wlr_subsurface
This commit is contained in:
parent
d3670dfeff
commit
2eb8b240e1
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue