Wayland: Fix transition to server-side decorations

This commit is contained in:
Camilla Löwy 2022-06-20 22:48:35 +02:00
parent f35e2274cb
commit 29b7669bc6

View File

@ -277,6 +277,8 @@ static void xdgDecorationHandleConfigure(void* userData,
if (mode == ZXDG_TOPLEVEL_DECORATION_V1_MODE_CLIENT_SIDE)
createFallbackDecorations(window);
else
destroyFallbackDecorations(window);
}
static const struct zxdg_toplevel_decoration_v1_listener xdgDecorationListener =