(svn r25318) -Fix: [SDL, FS#5580] Keyboard input stopped working after fullscreen toggle

This commit is contained in:
matthijs
2013-06-04 06:36:59 +00:00
parent 795dc926b0
commit 40c8184469
2 changed files with 9 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ public:
private:
int PollEvent();
bool CreateMainSurface(uint w, uint h);
void SetupKeyboard();
};
/** Factory for the SDL video driver. */