From 69092836bdb0c4c35d5fba14391cef970197b327 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 28 Nov 2010 17:17:41 +0000 Subject: LINUXMOTO: Compilation fixes svn-id: r54532 --- backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp | 4 ++++ backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h | 2 ++ 2 files changed, 6 insertions(+) (limited to 'backends') diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp index dbedb2e1a7..be4dbe74c3 100644 --- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp +++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.cpp @@ -45,6 +45,10 @@ static const OSystem::GraphicsMode s_supportedGraphicsModes[] = { {0, 0, 0} }; +LinuxmotoSdlGraphicsManager::LinuxmotoSdlGraphicsManager(SdlEventSource *sdlEventSource) + : SdlGraphicsManager(sdlEventSource) { +} + const OSystem::GraphicsMode *LinuxmotoSdlGraphicsManager::getSupportedGraphicsModes() const { return s_supportedGraphicsModes; } diff --git a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h index 1b387ca189..8124aca778 100644 --- a/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h +++ b/backends/graphics/linuxmotosdl/linuxmotosdl-graphics.h @@ -30,6 +30,8 @@ class LinuxmotoSdlGraphicsManager : public SdlGraphicsManager { public: + LinuxmotoSdlGraphicsManager(SdlEventSource *sdlEventSource); + virtual void initSize(uint w, uint h); virtual void setGraphicsModeIntern(); virtual bool setGraphicsMode(int mode); -- cgit v1.2.3