Fixes a few non C89 compliant comments
This commit is contained in:
parent
4aff1bfc47
commit
25c9f2cd30
3 changed files with 63 additions and 62 deletions
|
@ -1761,7 +1761,7 @@ SDL_MaximizeWindow(SDL_Window * window)
|
|||
return;
|
||||
}
|
||||
|
||||
// !!! FIXME: should this check if the window is resizable?
|
||||
/* !!! FIXME: should this check if the window is resizable? */
|
||||
|
||||
if (_this->MaximizeWindow) {
|
||||
_this->MaximizeWindow(_this, window);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue