aboutsummaryrefslogtreecommitdiff
path: root/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
diff options
context:
space:
mode:
authorvanfanel2015-11-12 14:03:14 +0100
committervanfanel2015-11-12 14:03:14 +0100
commit9d831d0c428df4f21272a3b7df2d1016f657b63f (patch)
tree645fc04e0cc903b9888605f6a0559ec03b8d4510 /backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
parent99739a13fe844c807d3cdd87e67e207e888fd48a (diff)
downloadscummvm-rg350-9d831d0c428df4f21272a3b7df2d1016f657b63f.tar.gz
scummvm-rg350-9d831d0c428df4f21272a3b7df2d1016f657b63f.tar.bz2
scummvm-rg350-9d831d0c428df4f21272a3b7df2d1016f657b63f.zip
SDL/DISPMANX Fixed small issues with merging: Use append_var, fix spacing issues and changed SurfaceSdlGraphicsManager constructor call parameters on DispmanXSdlGraphicsManager constructor.
Diffstat (limited to 'backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h')
-rw-r--r--backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h b/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
index 1866ec14a2..6a2ede2383 100644
--- a/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
+++ b/backends/graphics/dispmanxsdl/dispmanxsdl-graphics.h
@@ -30,7 +30,7 @@ struct dispmanxPage;
class DispmanXSdlGraphicsManager : public SurfaceSdlGraphicsManager {
public:
- DispmanXSdlGraphicsManager(SdlEventSource *sdlEventSource);
+ DispmanXSdlGraphicsManager(SdlEventSource *sdlEventSource, SdlWindow *window);
~DispmanXSdlGraphicsManager();
bool loadGFXMode();
void internUpdateScreen();