mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-26 12:59:18 +01:00
Fixed build error with SDK < 10.7
This commit is contained in:
parent
253b9ba815
commit
12961352d3
@ -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…
Reference in New Issue
Block a user