diff options
| author | Johannes Schickel | 2015-01-24 23:42:12 +0100 |
|---|---|---|
| committer | Johannes Schickel | 2015-01-25 18:57:38 +0100 |
| commit | 3a2db0135d93b5f12fd42f04db3b6ad9d40834d3 (patch) | |
| tree | 5b021b6b70148fb60bcaa08be7f68b427b730d09 /backends/graphics/dinguxsdl | |
| parent | 4e1ffc9434f771d3f43e66104adeea9e0166123c (diff) | |
| download | scummvm-rg350-3a2db0135d93b5f12fd42f04db3b6ad9d40834d3.tar.gz scummvm-rg350-3a2db0135d93b5f12fd42f04db3b6ad9d40834d3.tar.bz2 scummvm-rg350-3a2db0135d93b5f12fd42f04db3b6ad9d40834d3.zip | |
SDL: Refactor WM specific functionality into SdlGraphicsManager.
Diffstat (limited to 'backends/graphics/dinguxsdl')
| -rw-r--r-- | backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp b/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp index 343efa4da6..975e34a314 100644 --- a/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp +++ b/backends/graphics/dinguxsdl/dinguxsdl-graphics.cpp @@ -122,7 +122,7 @@ void DINGUXSdlGraphicsManager::initSize(uint w, uint h) { if (w > 320 || h > 240) { setGraphicsMode(GFX_HALF); setGraphicsModeIntern(); - _eventSource->toggleMouseGrab(); + toggleMouseGrab(); } _transactionDetails.sizeChanged = true; |
