From 2041d28ba0051a9110c1ff846afbc3d52b8c6110 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Mon, 2 Mar 2026 19:40:45 -0800 Subject: [PATCH] [digesting_libdecor] fix bug in xdg_surface_ack_configure call --- digesting_libdecor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digesting_libdecor.c b/digesting_libdecor.c index bd36675..c7e1dcf 100755 --- a/digesting_libdecor.c +++ b/digesting_libdecor.c @@ -1244,9 +1244,9 @@ int main(){ } if (ctx.has_cached_config){ + xdg_surface_ack_configure(ctx.xdg_surface, ctx.cached_config.serial); ctx.has_cached_config = 0; memset(&ctx.cached_config, 0, sizeof ctx.cached_config); - xdg_surface_ack_configure(ctx.xdg_surface, ctx.cached_config.serial); } wl_surface_commit(ctx.wl_surface);