diff options
-rw-r--r-- | src/gui/setup_video.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index 2ad2105cd..52e79d69f 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -497,7 +497,7 @@ void Setup_Video::action(const gcn::ActionEvent &event) if (width != mainGraphics->mWidth || height != mainGraphics->mHeight) { -#if defined(_WIN32) +#if defined(WIN32) || defined(__APPLE__) || defined(ANDROID) if (!config.getIntValue("opengl")) { Client::resize(width, height); |