aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/sdl/sdl.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-12-04 19:57:33 +0000
committerJohannes Schickel2009-12-04 19:57:33 +0000
commitad94de73d880116b02aa658765e9b32583463c96 (patch)
treec213bde426f05f8ff5c34903b183fbf301899cec /backends/platform/sdl/sdl.h
parent01e12310ae134f429c9ba72fd776af6ccd654a04 (diff)
downloadscummvm-rg350-ad94de73d880116b02aa658765e9b32583463c96.tar.gz
scummvm-rg350-ad94de73d880116b02aa658765e9b32583463c96.tar.bz2
scummvm-rg350-ad94de73d880116b02aa658765e9b32583463c96.zip
Prevent SDL backend from eating up keypress events with Ctrl+Alt set.
svn-id: r46259
Diffstat (limited to 'backends/platform/sdl/sdl.h')
-rw-r--r--backends/platform/sdl/sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/sdl/sdl.h b/backends/platform/sdl/sdl.h
index 6163d21105..a38d76583f 100644
--- a/backends/platform/sdl/sdl.h
+++ b/backends/platform/sdl/sdl.h
@@ -492,7 +492,7 @@ protected:
virtual bool remapKey(SDL_Event &ev, Common::Event &event);
- void handleScalerHotkeys(const SDL_KeyboardEvent &key);
+ bool handleScalerHotkeys(const SDL_KeyboardEvent &key);
};
#endif