mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 01:46:25 +00:00
cocoa: Patched to compile.
This commit is contained in:
@@ -318,7 +318,7 @@ SetWindowStyle(SDL_Window * window, NSUInteger style)
|
|||||||
{
|
{
|
||||||
NSNotificationCenter *center;
|
NSNotificationCenter *center;
|
||||||
NSWindow *window = data->nswindow;
|
NSWindow *window = data->nswindow;
|
||||||
NSView *view = data->nsview;
|
NSView *view = data->sdlContentView;
|
||||||
|
|
||||||
_data = data;
|
_data = data;
|
||||||
observingVisible = YES;
|
observingVisible = YES;
|
||||||
|
Reference in New Issue
Block a user