From c2351483dc7c918a592f2a1f52745c6552fb7d0c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 30 Jan 2012 17:03:58 +0300 Subject: Add option for enable/disable window resize. --- src/openglgraphics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/openglgraphics.h') diff --git a/src/openglgraphics.h b/src/openglgraphics.h index 1047223ad..065a77512 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -48,7 +48,8 @@ class OpenGLGraphics : public Graphics bool getSync() const { return mSync; } - bool setVideoMode(int w, int h, int bpp, bool fs, bool hwaccel); + bool setVideoMode(int w, int h, int bpp, bool fs, + bool hwaccel, bool resize); bool drawImage(Image *image, int srcX, int srcY, -- cgit v1.2.3-60-g2f50