diff options
| author | Johannes Schickel | 2011-08-09 14:56:38 +0200 |
|---|---|---|
| committer | Johannes Schickel | 2011-08-09 14:56:38 +0200 |
| commit | a72ab2f448b880a30dbce319808fca64c4121e40 (patch) | |
| tree | a9afc87bce148301d35421cac7d72655254c9e0f /backends/graphics/wincesdl | |
| parent | 3fe81198ffa2f04b258e889001fc1c2a180b0350 (diff) | |
| download | scummvm-rg350-a72ab2f448b880a30dbce319808fca64c4121e40.tar.gz scummvm-rg350-a72ab2f448b880a30dbce319808fca64c4121e40.tar.bz2 scummvm-rg350-a72ab2f448b880a30dbce319808fca64c4121e40.zip | |
BACKENDS: Fix compilation.
Diffstat (limited to 'backends/graphics/wincesdl')
| -rw-r--r-- | backends/graphics/wincesdl/wincesdl-graphics.cpp | 2 | ||||
| -rw-r--r-- | backends/graphics/wincesdl/wincesdl-graphics.h | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/backends/graphics/wincesdl/wincesdl-graphics.cpp b/backends/graphics/wincesdl/wincesdl-graphics.cpp index b0cbb872b0..58b735ef8b 100644 --- a/backends/graphics/wincesdl/wincesdl-graphics.cpp +++ b/backends/graphics/wincesdl/wincesdl-graphics.cpp @@ -934,7 +934,7 @@ bool WINCESdlGraphicsManager::loadGFXMode() { _toolbarHigh = NULL; // keyboard cursor control, some other better place for it? - _sdlEventSource->resetKeyboadEmulation(_videoMode.screenWidth * _scaleFactorXm / _scaleFactorXd - 1, _videoMode.screenHeight * _scaleFactorXm / _scaleFactorXd - 1); + _eventSource->resetKeyboadEmulation(_videoMode.screenWidth * _scaleFactorXm / _scaleFactorXd - 1, _videoMode.screenHeight * _scaleFactorXm / _scaleFactorXd - 1); return true; } diff --git a/backends/graphics/wincesdl/wincesdl-graphics.h b/backends/graphics/wincesdl/wincesdl-graphics.h index edf3cc5769..2e8c3313b3 100644 --- a/backends/graphics/wincesdl/wincesdl-graphics.h +++ b/backends/graphics/wincesdl/wincesdl-graphics.h @@ -160,8 +160,6 @@ public: virtual void transformMouseCoordinates(Common::Point &point); - virtual void transformMouseCoordinates(Common::Point &point); - private: bool update_scalers(); void drawToolbarMouse(SDL_Surface *surf, bool draw); |
