From bdc34401ba8e4a59b3464c17fa5acf43ca417e57 Mon Sep 17 00:00:00 2001 From: Leonardo Hernández Hernández Date: Sat, 19 Aug 2023 11:10:36 -0600 Subject: xdg-decoration: store an xdg_toplevel instead of xdg_surface Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3685 --- include/wlr/types/wlr_xdg_decoration_v1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/wlr') diff --git a/include/wlr/types/wlr_xdg_decoration_v1.h b/include/wlr/types/wlr_xdg_decoration_v1.h index 138eb020..13bb4294 100644 --- a/include/wlr/types/wlr_xdg_decoration_v1.h +++ b/include/wlr/types/wlr_xdg_decoration_v1.h @@ -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 -- cgit v1.2.3