Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Forgot to add this file to Mac crash fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenpt committed Apr 23, 2013
1 parent a61a2d5 commit 5d65ee4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/video/cocoa/SDL_cocoawindow.h
Expand Up @@ -34,9 +34,13 @@ typedef struct SDL_WindowData SDL_WindowData;
@interface Cocoa_WindowListener : NSResponder {
#endif
SDL_WindowData *_data;
BOOL observingVisible;
BOOL wasVisible;
}

-(void) listen:(SDL_WindowData *) data;
-(void) pauseVisibleObservation;
-(void) resumeVisibleObservation;
-(void) close;

/* Window delegate functionality */
Expand Down

0 comments on commit 5d65ee4

Please sign in to comment.