winwrap: overlay render after special workspace (#638)

Bug: window rendered on top after closing special workspace
Fixed render order by switching to RENDER_POST_WALLPAPER
This commit is contained in:
Agzam4
2026-04-12 18:28:18 +03:00
committed by GitHub
parent b85a56b953
commit 3e38db916a

View File

@ -115,7 +115,7 @@ void onCloseWindow(PHLWINDOW pWindow) {
}
void onRenderStage(eRenderStage stage) {
if (stage != RENDER_PRE_WINDOWS)
if (stage != RENDER_POST_WALLPAPER)
return;
for (auto& bg : bgWindows) {