minor whitespace cleanup
This commit is contained in:
parent
63cb736a0c
commit
8986ec3721
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ namespace pov_frontend
|
|||
// determine maximum display area (wrong and ugly)
|
||||
{
|
||||
SDL_Rect **modes = SDL_ListModes(NULL, SDL_FULLSCREEN);
|
||||
// [JG] about testing vs ...(-1), have a look at SDL_ListModes API (the return is very ugly).
|
||||
// [JG] about testing vs ...(-1), have a look at SDL_ListModes API (the return is very ugly).
|
||||
if ((modes != NULL)&&(reinterpret_cast<SDL_Rect**>(-1) != modes))
|
||||
{
|
||||
width = min(modes[0]->w - 10, width);
|
||||
|
|
|
|||
Loading…
Reference in a new issue