diff options
author | culler <culler> | 2018-11-26 17:27:29 (GMT) |
---|---|---|
committer | culler <culler> | 2018-11-26 17:27:29 (GMT) |
commit | 005e2c1a743b4a795a52f735a0f54e7f1e7d044b (patch) | |
tree | 794a1415d09001b0f00b984d4c63c798c6bedec4 /macosx/tkMacOSXInit.c | |
parent | 699bf05287364349ba5d1a4abdbe58128f733645 (diff) | |
download | tk-005e2c1a743b4a795a52f735a0f54e7f1e7d044b.zip tk-005e2c1a743b4a795a52f735a0f54e7f1e7d044b.tar.gz tk-005e2c1a743b4a795a52f735a0f54e7f1e7d044b.tar.bz2 |
Mac code cleanup. Move interfaces for subclasses of AppKit classes to
tkMacOSXPrivate.h when possible. Also Utility windows cannot go fullscreen.
Diffstat (limited to 'macosx/tkMacOSXInit.c')
-rw-r--r-- | macosx/tkMacOSXInit.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/macosx/tkMacOSXInit.c b/macosx/tkMacOSXInit.c index 447619f..817b68b 100644 --- a/macosx/tkMacOSXInit.c +++ b/macosx/tkMacOSXInit.c @@ -30,19 +30,6 @@ static char scriptPath[PATH_MAX + 1] = ""; #pragma mark TKApplication(TKInit) -@interface TKApplication(TKKeyboard) -- (void) keyboardChanged: (NSNotification *) notification; -@end - -#define TKApplication_NSApplicationDelegate <NSApplicationDelegate> -@interface TKApplication(TKWindowEvent) TKApplication_NSApplicationDelegate -- (void) _setupWindowNotifications; -@end - -@interface TKApplication(TKMenus) -- (void) _setupMenus; -@end - @implementation TKApplication @synthesize poolLock = _poolLock; @synthesize macMinorVersion = _macMinorVersion; |