[Scummvm-git-logs] scummvm master -> 420bfb1f07af12bf1feb97d3cf3e23417711907e

sev- noreply at scummvm.org
Fri Apr 3 14:56:35 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
420bfb1f07 BACKENDS: SDL: Fix splash screen with ImGui enabled


Commit: 420bfb1f07af12bf1feb97d3cf3e23417711907e
    https://github.com/scummvm/scummvm/commit/420bfb1f07af12bf1feb97d3cf3e23417711907e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-04-03T16:56:02+02:00

Commit Message:
BACKENDS: SDL: Fix splash screen with ImGui enabled

Changed paths:
    backends/graphics/sdl/sdl-graphics.cpp


diff --git a/backends/graphics/sdl/sdl-graphics.cpp b/backends/graphics/sdl/sdl-graphics.cpp
index f21ce9934c8..60293d78471 100644
--- a/backends/graphics/sdl/sdl-graphics.cpp
+++ b/backends/graphics/sdl/sdl-graphics.cpp
@@ -578,6 +578,8 @@ void SdlGraphicsManager::setImGuiCallbacks(const ImGuiCallbacks &callbacks) {
 		_imGuiCallbacks.init();
 	}
 	_imGuiInited = true;
+
+	updateScreen();
 }
 
 void SdlGraphicsManager::initImGui(SDL_Renderer *renderer, void *glContext) {




More information about the Scummvm-git-logs mailing list