From 204f03828103511a9901a7b1e681fc5eb18eafec Mon Sep 17 00:00:00 2001 From: AzNar <146149238+AzuNar@users.noreply.github.com> Date: Fri, 22 May 2026 03:02:58 +0300 Subject: [PATCH] Make splash logo window not overlap other windows It's irritating when splash screen is on top of other windows and you have to wait for a game to be loaded --- src/xrEngine/x_ray.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xrEngine/x_ray.cpp b/src/xrEngine/x_ray.cpp index b9b944294..c4882f0d5 100644 --- a/src/xrEngine/x_ray.cpp +++ b/src/xrEngine/x_ray.cpp @@ -1050,9 +1050,9 @@ int APIENTRY WinMain_impl(HINSTANCE hInstance, SetWindowPos( logoWindow, #ifndef DEBUG - HWND_TOPMOST, + HWND_BOTTOM, #else - HWND_NOTOPMOST, + HWND_BOTTOM, #endif // NDEBUG x, y,