mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-22 01:57:18 +01:00
Fixed warning with Xcode 7.3.0
This commit is contained in:
parent
459102a5c0
commit
29214826ec
@ -1158,7 +1158,7 @@ SetupWindowData(_THIS, SDL_Window * window, NSWindow *nswindow, SDL_bool created
|
|||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
unsigned int style = [nswindow styleMask];
|
unsigned long style = [nswindow styleMask];
|
||||||
|
|
||||||
if (style == NSBorderlessWindowMask) {
|
if (style == NSBorderlessWindowMask) {
|
||||||
window->flags |= SDL_WINDOW_BORDERLESS;
|
window->flags |= SDL_WINDOW_BORDERLESS;
|
||||||
|
Loading…
Reference in New Issue
Block a user