[Scummvm-git-logs] scummvm master -> 851282af604b8b2acce9917aad6a792ace8ae275
lephilousophe
lephilousophe at users.noreply.github.com
Fri Jun 25 07:20:59 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:
851282af60 IPHONE/IOS7: Fix compilation
Commit: 851282af604b8b2acce9917aad6a792ace8ae275
https://github.com/scummvm/scummvm/commit/851282af604b8b2acce9917aad6a792ace8ae275
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2021-06-25T09:20:27+02:00
Commit Message:
IPHONE/IOS7: Fix compilation
Changed paths:
backends/platform/ios7/ios7_osys_video.mm
backends/platform/iphone/osys_video.mm
diff --git a/backends/platform/ios7/ios7_osys_video.mm b/backends/platform/ios7/ios7_osys_video.mm
index 8adbd4876c..34e2e705cf 100644
--- a/backends/platform/ios7/ios7_osys_video.mm
+++ b/backends/platform/ios7/ios7_osys_video.mm
@@ -439,7 +439,7 @@ int16 OSystem_iOS7::getOverlayWidth() {
return _videoContext->overlayWidth;
}
-Graphics::PixelFormat getOverlayFormat() const {
+Graphics::PixelFormat OSystem_iOS7::getOverlayFormat() const {
return _videoContext->overlayTexture.format;
}
diff --git a/backends/platform/iphone/osys_video.mm b/backends/platform/iphone/osys_video.mm
index f6b08a7ff0..bd4d60e0c0 100644
--- a/backends/platform/iphone/osys_video.mm
+++ b/backends/platform/iphone/osys_video.mm
@@ -363,7 +363,7 @@ int16 OSystem_IPHONE::getOverlayWidth() {
return _videoContext->overlayWidth;
}
-Graphics::PixelFormat getOverlayFormat() const {
+Graphics::PixelFormat OSystem_IPHONE::getOverlayFormat() const {
return _videoContext->overlayTexture.format;
}
More information about the Scummvm-git-logs
mailing list