cocoa: Patched to compile.
This commit is contained in:
parent
8c165adde7
commit
6e6b517789
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue