mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45: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 wl_signal destroy;
|
||||
} events;
|
||||
|
||||
void *data;
|
||||
};
|
||||
|
||||
struct wlr_surface {
|
||||
|
|
Loading…
Reference in a new issue