Fixed build error with SDK < 10.7
This commit is contained in:
parent
2fd1fa27a4
commit
526e6bca4b
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ GetWindowStyle(SDL_Window * window)
|
|||
[nswindow performSelectorOnMainThread: @selector(toggleFullScreen:) withObject:nswindow waitUntilDone:NO];
|
||||
return YES;
|
||||
#else
|
||||
return NO
|
||||
return NO;
|
||||
#endif /* SDK >= 10.7 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue