[Scummvm-git-logs] scummvm master -> 6be1a9a8907f9c88b5a630c6faa4692c1d4da447
lephilousophe
noreply at scummvm.org
Sat Jan 11 11:44:02 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
6be1a9a890 GRAPHICS: MACGUI: Initialize the active menu callback
Commit: 6be1a9a8907f9c88b5a630c6faa4692c1d4da447
https://github.com/scummvm/scummvm/commit/6be1a9a8907f9c88b5a630c6faa4692c1d4da447
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-01-11T12:43:41+01:00
Commit Message:
GRAPHICS: MACGUI: Initialize the active menu callback
Changed paths:
graphics/macgui/macwindowmanager.cpp
diff --git a/graphics/macgui/macwindowmanager.cpp b/graphics/macgui/macwindowmanager.cpp
index e584fd853f9..e7fc13536d2 100644
--- a/graphics/macgui/macwindowmanager.cpp
+++ b/graphics/macgui/macwindowmanager.cpp
@@ -179,6 +179,7 @@ MacWindowManager::MacWindowManager(uint32 mode, MacPatterns *patterns, Common::L
_engineR = nullptr;
_redrawEngineCallback = nullptr;
_screenCopyPauseToken = nullptr;
+ _activateMenuCallback = nullptr;
_colorBlack = kColorBlack;
_colorGray80 = kColorGray80;
More information about the Scummvm-git-logs
mailing list