mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
xdg-decoration: store an xdg_toplevel instead of xdg_surface
Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3685
This commit is contained in:
parent
22b6581a18
commit
bdc34401ba
2 changed files with 5 additions and 5 deletions
|
|
@ -36,7 +36,7 @@ struct wlr_xdg_toplevel_decoration_v1_state {
|
|||
|
||||
struct wlr_xdg_toplevel_decoration_v1 {
|
||||
struct wl_resource *resource;
|
||||
struct wlr_xdg_surface *surface;
|
||||
struct wlr_xdg_toplevel * toplevel;
|
||||
struct wlr_xdg_decoration_manager_v1 *manager;
|
||||
struct wl_list link; // wlr_xdg_decoration_manager_v1.link
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue