summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/client.cpp b/src/client.cpp
index 974e8d400..f7fd72094 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -2815,12 +2815,8 @@ void Client::resizeVideo(int width, int height, const bool always)
void Client::applyGrabMode()
{
-#ifdef USE_SDL2
- // +++ need use SDL_SetWindowGrab
-#else
- SDL_WM_GrabInput(config.getBoolValue("grabinput")
- ? SDL_GRAB_ON : SDL_GRAB_OFF);
-#endif
+ SDL::grabInput(mainGraphics->getWindow(),
+ config.getBoolValue("grabinput"));
}
void Client::applyGamma()