Forgot to add this file to Mac crash fix.

This commit is contained in:
Jørgen P. Tjernø 2013-04-22 18:15:00 -07:00
parent f7032de060
commit 5a4c9c40f2

View file

@ -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 */