summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.cpp b/src/client.cpp
index fef6f98ed..c51083151 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -999,9 +999,11 @@ int Client::gameExec()
handleSDL2WindowEvent(event);
break;
#else
+#ifndef ANDROID
case SDL_ACTIVEEVENT:
handleActive(event);
break;
+#endif
case SDL_VIDEORESIZE:
resizeVideo(event.resize.w, event.resize.h, false);
break;