mirror of
https://github.com/yawut/SDL.git
synced 2026-08-09 12:07:28 -05:00
Fixed compiler warning
This commit is contained in:
parent
b860c07c84
commit
afb7a380ef
|
|
@ -792,7 +792,7 @@ Cocoa_SetWindowFullscreen(_THIS, SDL_Window * window, SDL_VideoDisplay * display
|
|||
[nswindow setContentSize:rect.size];
|
||||
} else {
|
||||
if ([nswindow respondsToSelector: @selector(setStyleMask:)]) {
|
||||
[nswindow performSelector: @selector(setStyleMask:) withObject: (id)GetWindowStyle(window)];
|
||||
[nswindow performSelector: @selector(setStyleMask:) withObject: (id)(uintptr_t)GetWindowStyle(window)];
|
||||
}
|
||||
|
||||
// This doesn't seem to do anything...
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user