[Scummvm-git-logs] scummvm master -> c8343480d71b246c713693e783f7b89a67a203b6

lephilousophe lephilousophe at users.noreply.github.com
Fri Aug 6 07:07:09 UTC 2021


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:
c8343480d7 WAGE: Fix compilation with Mac cursor management cleanup


Commit: c8343480d71b246c713693e783f7b89a67a203b6
    https://github.com/scummvm/scummvm/commit/c8343480d71b246c713693e783f7b89a67a203b6
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-08-06T09:05:38+02:00

Commit Message:
WAGE: Fix compilation with Mac cursor management cleanup

93f585c524470c08f5715aa50b7775961da449c6 has removed pushArrowCursor

Changed paths:
    engines/wage/dialog.cpp


diff --git a/engines/wage/dialog.cpp b/engines/wage/dialog.cpp
index 2bb96c1055..eab88613db 100644
--- a/engines/wage/dialog.cpp
+++ b/engines/wage/dialog.cpp
@@ -150,7 +150,7 @@ int Dialog::run() {
 	Common::Rect r(_bbox);
 
 	_tempSurface.copyRectToSurface(_gui->_screen.getBasePtr(_bbox.left, _bbox.top), _gui->_screen.pitch, 0, 0, _bbox.width() + 1, _bbox.height() + 1);
-	_gui->_wm->pushArrowCursor();
+	_gui->_wm->pushCursor(kMacCursorArrow, nullptr);
 
 	while (!shouldQuit) {
 		Common::Event event;




More information about the Scummvm-git-logs mailing list