ALL: unify setupScreen() arguments type
This commit is contained in:
parent
230fb47de4
commit
c14d0ad8dc
8 changed files with 9 additions and 9 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue