mirror of
https://github.com/encounter/SDL.git
synced 2025-05-17 12:51:24 +00:00
cocoa: Patched to compile.
This commit is contained in:
parent
8c165adde7
commit
6e6b517789
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user