From a0b2deb4192bddad4d061f5d5df86411a437f01f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 28 Jan 2014 00:30:51 +0300 Subject: add support for screen scale in OpenGL modes. --- src/render/sdl2graphics.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/render/sdl2graphics.h') diff --git a/src/render/sdl2graphics.h b/src/render/sdl2graphics.h index 5f1e8ac1c..c4e0d74a7 100644 --- a/src/render/sdl2graphics.h +++ b/src/render/sdl2graphics.h @@ -129,6 +129,7 @@ class SDLGraphics final : public Graphics void drawLine(int x1, int y1, int x2, int y2) override final; bool setVideoMode(const int w, const int h, + const int scale, const int bpp, const bool fs, const bool hwaccel, -- cgit v1.2.3-60-g2f50