Skip to content

Commit

Permalink
Fixed warning with Xcode 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Sep 17, 2016
1 parent 459102a commit 2921482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/cocoa/SDL_cocoawindow.m
Expand Up @@ -1158,7 +1158,7 @@ - (BOOL)acceptsFirstMouse:(NSEvent *)theEvent
}

{
unsigned int style = [nswindow styleMask];
unsigned long style = [nswindow styleMask];

if (style == NSBorderlessWindowMask) {
window->flags |= SDL_WINDOW_BORDERLESS;
Expand Down

0 comments on commit 2921482

Please sign in to comment.