[Scummvm-cvs-logs] scummvm master -> dfdfc2f29739359bebb02df63e84b9b5f87c0058
tsoliman
tarek at bashasoliman.com
Mon Feb 27 20:46:49 CET 2012
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
dfdfc2f297 KEYMAPPER: Fix WebOS compile
Commit: dfdfc2f29739359bebb02df63e84b9b5f87c0058
https://github.com/scummvm/scummvm/commit/dfdfc2f29739359bebb02df63e84b9b5f87c0058
Author: Tarek Soliman (tsoliman at scummvm.org)
Date: 2012-02-27T11:45:14-08:00
Commit Message:
KEYMAPPER: Fix WebOS compile
Changed paths:
backends/platform/webos/webos.cpp
diff --git a/backends/platform/webos/webos.cpp b/backends/platform/webos/webos.cpp
index 7dd42e5..4ec153a 100644
--- a/backends/platform/webos/webos.cpp
+++ b/backends/platform/webos/webos.cpp
@@ -57,7 +57,7 @@ HardwareInputSet *OSystem_SDL_WebOS::getHardwareInputSet() {
HardwareInputSet *inputSet = OSystem_SDL::getHardwareInputSet();
// Add WebOS specific keys
- keySet->addHardwareInput(new HardwareInput("FORWARD",
+ inputSet->addHardwareInput(new HardwareInput("FORWARD",
KeyState((KeyCode) 229, 229, 0), "Forward"));
// Return the modified hardware key set
More information about the Scummvm-git-logs
mailing list