mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-23 05:15:58 +01: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…
Reference in a new issue