aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/linuxmoto/linuxmoto-sdl.cpp
diff options
context:
space:
mode:
authorMax Horn2010-11-28 18:39:04 +0000
committerMax Horn2010-11-28 18:39:04 +0000
commit364382cf9fcc013d7acb6c8252bf62e805ccd01c (patch)
tree5528d4092cdd5d5969e1e0f41345ae0b406dc8d4 /backends/platform/linuxmoto/linuxmoto-sdl.cpp
parent06df4459c73e53a0998fe835269b5741e4bd9f5e (diff)
downloadscummvm-rg350-364382cf9fcc013d7acb6c8252bf62e805ccd01c.tar.gz
scummvm-rg350-364382cf9fcc013d7acb6c8252bf62e805ccd01c.tar.bz2
scummvm-rg350-364382cf9fcc013d7acb6c8252bf62e805ccd01c.zip
SDL: Change refs to SdlEventManager to SdlEventSource
svn-id: r54544
Diffstat (limited to 'backends/platform/linuxmoto/linuxmoto-sdl.cpp')
-rw-r--r--backends/platform/linuxmoto/linuxmoto-sdl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/linuxmoto/linuxmoto-sdl.cpp b/backends/platform/linuxmoto/linuxmoto-sdl.cpp
index 6ef03ed3ac..6a44bfe882 100644
--- a/backends/platform/linuxmoto/linuxmoto-sdl.cpp
+++ b/backends/platform/linuxmoto/linuxmoto-sdl.cpp
@@ -31,7 +31,7 @@
void OSystem_LINUXMOTO::initBackend() {
// Create the backend custom managers
if (_eventManager == 0)
- _eventManager = new LinuxmotoSdlEventManager(this);
+ _eventManager = new LinuxmotoSdlEventSource(this);
if (_graphicsManager == 0)
_graphicsManager = new LinuxmotoSdlGraphicsManager();