ALL: unify setupScreen() arguments type

This commit is contained in:
Pawel Kolodziejski 2014-07-19 19:42:01 +02:00
parent 230fb47de4
commit c14d0ad8dc
8 changed files with 9 additions and 9 deletions

View file

@ -457,7 +457,7 @@ void OSystem_Android::copyRectToScreen(const void *buf, int pitch,
// ResidualVM specific method
Graphics::PixelBuffer OSystem_Android::setupScreen(int screenW, int screenH, bool fullscreen, bool accel3d, bool isGame) {
Graphics::PixelBuffer OSystem_Android::setupScreen(uint screenW, uint screenH, bool fullscreen, bool accel3d, bool isGame) {
_opengl = accel3d;
initViewport();