Updated Mac OS X code according to commits ff5b69d312
and 14ac411542
This commit is contained in:
parent
4119c3bb31
commit
2ef92a2af2
32 changed files with 878 additions and 878 deletions
|
@ -38,13 +38,13 @@ struct SFMLmainWindow;
|
|||
|
||||
@interface CocoaAppDelegate : NSObject <NSApplicationDelegate> {
|
||||
@private
|
||||
NSWindow *_window;
|
||||
NSView *_sfmlView;
|
||||
NSTextField *_textField;
|
||||
SFMLmainWindow *_mainWindow;
|
||||
NSTimer *_renderTimer;
|
||||
BOOL _visible;
|
||||
BOOL _initialized;
|
||||
NSWindow *m_window;
|
||||
NSView *m_sfmlView;
|
||||
NSTextField *m_textField;
|
||||
SFMLmainWindow *m_mainWindow;
|
||||
NSTimer *m_renderTimer;
|
||||
BOOL m_visible;
|
||||
BOOL m_initialized;
|
||||
}
|
||||
|
||||
@property (retain) IBOutlet NSWindow *window;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue