From 6f51329225efbf5c435d087df3d3e855e93c62b6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 8 Sep 2013 15:39:39 +0300 Subject: fix window resize from settings in SDL2. --- src/render/graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/render/graphics.h') diff --git a/src/render/graphics.h b/src/render/graphics.h index eec6e4c9d..3d6a9fa62 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -267,6 +267,8 @@ class Graphics : public gcn::Graphics */ virtual void updateScreen() = 0; + void setWindowSize(const int width, const int height); + /** * Returns the width of the screen. */ -- cgit v1.2.3-70-g09d2