Forgot to add this file to Mac crash fix.
This commit is contained in:
parent
f7032de060
commit
5a4c9c40f2
1 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue