[Scummvm-git-logs] scummvm master -> 8a8336328e8983d66cb545a6e79a917394bc8899

bgK bastien.bouclet at gmail.com
Wed Jan 29 08:12:16 UTC 2020


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:
8a8336328e SDL: Fix build with SDL1


Commit: 8a8336328e8983d66cb545a6e79a917394bc8899
    https://github.com/scummvm/scummvm/commit/8a8336328e8983d66cb545a6e79a917394bc8899
Author: Bastien Bouclet (bastien.bouclet at gmail.com)
Date: 2020-01-29T09:11:37+01:00

Commit Message:
SDL: Fix build with SDL1

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


diff --git a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
index 9f92840..c6c584b 100644
--- a/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
+++ b/backends/graphics/surfacesdl/surfacesdl-graphics.cpp
@@ -2646,8 +2646,8 @@ bool SurfaceSdlGraphicsManager::notifyEvent(const Common::Event &event) {
 		_forceRedraw = true;
 		internUpdateScreen();
 		return true;
-#endif
 	}
+#endif
 
 	case kActionIncreaseScaleFactor:
 		handleScalerHotkeys(_videoMode.scaleFactor + 1, _scalerType);




More information about the Scummvm-git-logs mailing list