[Scummvm-git-logs] scummvm master -> 77d13f7bce83b0b22e6e1517f3f4b73cf82742c3

digitall 547637+digitall at users.noreply.github.com
Sat Nov 23 15:39:51 UTC 2019


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:
77d13f7bce LINUXMOTO: Fix Missing Declaration in Graphics Class


Commit: 77d13f7bce83b0b22e6e1517f3f4b73cf82742c3
    https://github.com/scummvm/scummvm/commit/77d13f7bce83b0b22e6e1517f3f4b73cf82742c3
Author: D G Turner (digitall at scummvm.org)
Date: 2019-11-23T15:36:37Z

Commit Message:
LINUXMOTO: Fix Missing Declaration in Graphics Class

Changed paths:
    backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h


diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
index ed10ba9..4e886b4 100644
--- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
+++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h
@@ -30,6 +30,7 @@ public:
 	LinuxmotoSdlGraphicsManager(SdlEventSource *sdlEventSource, SdlWindow *window);
 
 	virtual void initSize(uint w, uint h, const Graphics::PixelFormat *format = NULL) override;
+	const OSystem::GraphicsMode *getSupportedGraphicsModes() const override;
 	virtual void setGraphicsModeIntern() override;
 	virtual int getGraphicsModeScale(int mode) const override;
 	virtual void internUpdateScreen() override;




More information about the Scummvm-git-logs mailing list