From ea148191535748a48cfea276fdbc91979650b69a Mon Sep 17 00:00:00 2001 From: Alexander Orzechowski Date: Wed, 12 Oct 2022 04:00:33 -0400 Subject: [PATCH] xdg_shell: Port to 0.16 double buffered geometry --- xdg_shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xdg_shell.c b/xdg_shell.c index fcb3745..a5287e6 100644 --- a/xdg_shell.c +++ b/xdg_shell.c @@ -67,7 +67,7 @@ static void popup_unconstrain(struct cg_view *view, struct wlr_xdg_popup *popup) { struct cg_server *server = view->server; - struct wlr_box *popup_box = &popup->geometry; + struct wlr_box *popup_box = &popup->current.geometry; struct wlr_output_layout *output_layout = server->output_layout; struct wlr_output *wlr_output =