Skip to content

Commit

Permalink
cocoa: Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 8, 2020
1 parent 8c165ad commit 6e6b517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/cocoa/SDL_cocoawindow.m
Expand Up @@ -318,7 +318,7 @@ - (void)listen:(SDL_WindowData *)data
{
NSNotificationCenter *center;
NSWindow *window = data->nswindow;
NSView *view = data->nsview;
NSView *view = data->sdlContentView;

_data = data;
observingVisible = YES;
Expand Down

0 comments on commit 6e6b517

Please sign in to comment.