summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInt.h
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit@noemail.net>2004-02-16 00:19:40 (GMT)
committerwolfsuit <wolfsuit@noemail.net>2004-02-16 00:19:40 (GMT)
commita943a99ea5db81c83db77f49e911e84249d48fd3 (patch)
tree367e94ab4e64d32b901564923e10633b826fd06c /macosx/tkMacOSXInt.h
parent44fd035f3ed70533e37dd5920489b5f73a6748d4 (diff)
downloadtk-a943a99ea5db81c83db77f49e911e84249d48fd3.zip
tk-a943a99ea5db81c83db77f49e911e84249d48fd3.tar.gz
tk-a943a99ea5db81c83db77f49e911e84249d48fd3.tar.bz2
Fix a bug in tk_getOpenFile - files with no types are rejected when they would
pass in Mac OS Classic. Add the tkMacOSXCarbonEvents.c - just a skeleton right now. A bunch of formatting nits fixed. FossilOrigin-Name: 4aed47b8a525194972d1d21c9c0fc08c8f986962
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r--macosx/tkMacOSXInt.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h
index 4d7b840..df1089b 100644
--- a/macosx/tkMacOSXInt.h
+++ b/macosx/tkMacOSXInt.h
@@ -9,7 +9,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacOSXInt.h,v 1.3 2002/10/16 19:44:05 das Exp $
+ * RCS: @(#) $Id: tkMacOSXInt.h,v 1.4 2004/02/16 00:19:42 wolfsuit Exp $
*/
#ifndef _TKMACINT
@@ -152,6 +152,12 @@ extern Tcl_Encoding TkMacOSXCarbonEncoding;
extern int TkMacOSXUseAntialiasedText(Tcl_Interp *interp, int enable);
+/*
+ * FIXME: Put this into the decls file?
+ */
+
+extern void TkMacOSXInitCarbonEvents (Tcl_Interp *interp);
+
#include "tkIntPlatDecls.h"
#endif /* _TKMACINT */