summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2019-08-16 02:28:49 (GMT)
committerKevin Walzer <kw@codebykevin.com>2019-08-16 02:28:49 (GMT)
commit254c3451452e5650816e1096551bed89fc08b474 (patch)
treec744663f8cd75e6ca142627a999c5f6a2cdab2c7 /macosx/tkMacOSXPrivate.h
parent9e0604e1bd05fbe44b668ae22a66359d1f472029 (diff)
parenta5d2737b891f83033089844c847e25da0cb83c3c (diff)
downloadtk-254c3451452e5650816e1096551bed89fc08b474.zip
tk-254c3451452e5650816e1096551bed89fc08b474.tar.gz
tk-254c3451452e5650816e1096551bed89fc08b474.tar.bz2
Merge updates for macOS 10.15 Catalina
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index 60b24f6..9d121b2 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -293,6 +293,8 @@ VISIBILITY_HIDDEN
@interface TKApplication(TKWindowEvent) <NSApplicationDelegate>
- (void) _setupWindowNotifications;
@end
+@interface TKApplication(TKDialog) <NSOpenSavePanelDelegate>
+@end
@interface TKApplication(TKMenu)
- (void)tkSetMainMenu:(TKMenu *)menu;
@end