SDL: Change refs to SdlEventManager to SdlEventSource

svn-id: r54544
This commit is contained in:
Max Horn 2010-11-28 18:39:04 +00:00
parent 06df4459c7
commit 364382cf9f
11 changed files with 29 additions and 42 deletions

View file

@ -137,7 +137,7 @@ void OSystem_GP2X::initBackend() {
// Create the events manager
if (_eventManager == 0)
_eventManager = new GP2XSdlEventManager(this);
_eventManager = new GP2XSdlEventSource(this);
// Create the graphics manager
if (_graphicsManager == 0)