summaryrefslogtreecommitdiff
path: root/src/utils/sdlhelper.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-24 13:33:09 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-24 21:08:17 +0300
commit2652836af364935294a2c731de74502de530f9e6 (patch)
tree97a19407af17f2ad19d830a41e35b41771a5df27 /src/utils/sdlhelper.h
parentc63a2a04e47c361a7254b0749298de84a6f331fa (diff)
downloadplus-2652836af364935294a2c731de74502de530f9e6.tar.gz
plus-2652836af364935294a2c731de74502de530f9e6.tar.bz2
plus-2652836af364935294a2c731de74502de530f9e6.tar.xz
plus-2652836af364935294a2c731de74502de530f9e6.zip
fix "grab input" in SDL2.
Diffstat (limited to 'src/utils/sdlhelper.h')
-rw-r--r--src/utils/sdlhelper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/sdlhelper.h b/src/utils/sdlhelper.h
index 9d122f934..912528a29 100644
--- a/src/utils/sdlhelper.h
+++ b/src/utils/sdlhelper.h
@@ -41,6 +41,7 @@ namespace SDL
void SetWindowIcon(SDL_Surface *const window A_UNUSED,
SDL_Surface *const icon);
+ void grabInput(SDL_Surface *const window A_UNUSED, const bool grab);
} // namespace SDL
#endif // USE_SDL2