mirror of
https://github.com/yawut/SDL.git
synced 2026-06-16 13:39:35 -05:00
Forgot to add this file to Mac crash fix.
This commit is contained in:
parent
119316f54a
commit
cc1860f252
|
|
@ -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…
Reference in New Issue
Block a user