summaryrefslogtreecommitdiff
path: root/src/video/sdl_v.h
diff options
context:
space:
mode:
authormatthijs <matthijs@openttd.org>2013-06-04 06:36:59 +0000
committermatthijs <matthijs@openttd.org>2013-06-04 06:36:59 +0000
commit0d28dc92fc71c55fe0249937af5e98ebfadb2151 (patch)
tree8b05305a3adc80be5cc137b05981332328e89cd3 /src/video/sdl_v.h
parent61f7b504807a3ab89fd2783456c1eaadf21c9da3 (diff)
downloadopenttd-0d28dc92fc71c55fe0249937af5e98ebfadb2151.tar.xz
(svn r25318) -Fix: [SDL, FS#5580] Keyboard input stopped working after fullscreen toggle
Diffstat (limited to 'src/video/sdl_v.h')
-rw-r--r--src/video/sdl_v.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/sdl_v.h b/src/video/sdl_v.h
index 6c69d68d8..66f8bf856 100644
--- a/src/video/sdl_v.h
+++ b/src/video/sdl_v.h
@@ -37,6 +37,7 @@ public:
private:
int PollEvent();
bool CreateMainSurface(uint w, uint h);
+ void SetupKeyboard();
};
/** Factory for the SDL video driver. */