From 77d13f7bce83b0b22e6e1517f3f4b73cf82742c3 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 23 Nov 2019 15:36:37 +0000 Subject: LINUXMOTO: Fix Missing Declaration in Graphics Class --- backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h | 1 + 1 file changed, 1 insertion(+) diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h index ed10ba9d73..4e886b4e1e 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; -- cgit v1.2.3