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

@ -664,7 +664,7 @@ public:
* @param fullscreen the new screen will be displayed in fullscreeen mode
*/
virtual Graphics::PixelBuffer setupScreen(int screenW, int screenH, bool fullscreen, bool accel3d) = 0;
virtual Graphics::PixelBuffer setupScreen(uint screenW, uint screenH, bool fullscreen, bool accel3d) = 0;
/**
* Returns the currently set virtual screen height.