Skip to content

Commit

Permalink
Fixed build error with SDK < 10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 12, 2013
1 parent 253b9ba commit 1296135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/cocoa/SDL_cocoawindow.m
Expand Up @@ -221,7 +221,7 @@ -(BOOL) setFullscreenSpace:(BOOL) state;
[nswindow performSelectorOnMainThread: @selector(toggleFullScreen:) withObject:nswindow waitUntilDone:NO];
return YES;
#else
return NO
return NO;
#endif /* SDK >= 10.7 */
}

Expand Down

0 comments on commit 1296135

Please sign in to comment.