cocoa: Patched to compile.

This commit is contained in:
Ryan C. Gordon 2020-04-07 23:34:41 -04:00
parent 8c165adde7
commit 6e6b517789

View File

@ -318,7 +318,7 @@ SetWindowStyle(SDL_Window * window, NSUInteger style)
{
NSNotificationCenter *center;
NSWindow *window = data->nswindow;
NSView *view = data->nsview;
NSView *view = data->sdlContentView;
_data = data;
observingVisible = YES;