summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXCarbonEvents.c
diff options
context:
space:
mode:
authordas <das>2005-09-10 15:11:15 (GMT)
committerdas <das>2005-09-10 15:11:15 (GMT)
commit03172432b3e289654da46234c5cb015b408b5976 (patch)
treeb39ab4bf4dc665a10bea32186c157123f1b6619e /macosx/tkMacOSXCarbonEvents.c
parent772a802bd1a149cefda0f2fb72e01c827e2eec09 (diff)
downloadtk-03172432b3e289654da46234c5cb015b408b5976.zip
tk-03172432b3e289654da46234c5cb015b408b5976.tar.gz
tk-03172432b3e289654da46234c5cb015b408b5976.tar.bz2
move declarations of Carbon-internal event debugging routines to tkMacOSXCarbonEvents.c
Diffstat (limited to 'macosx/tkMacOSXCarbonEvents.c')
-rw-r--r--macosx/tkMacOSXCarbonEvents.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/macosx/tkMacOSXCarbonEvents.c b/macosx/tkMacOSXCarbonEvents.c
index e946df5..94e5f13 100644
--- a/macosx/tkMacOSXCarbonEvents.c
+++ b/macosx/tkMacOSXCarbonEvents.c
@@ -53,7 +53,7 @@
* software in accordance with the terms specified in this
* license.
*
- * RCS: @(#) $Id: tkMacOSXCarbonEvents.c,v 1.4 2005/09/10 14:53:20 das Exp $
+ * RCS: @(#) $Id: tkMacOSXCarbonEvents.c,v 1.5 2005/09/10 15:11:15 das Exp $
*/
#include "tkInt.h"
@@ -67,6 +67,12 @@
#endif
*/
+#ifdef TK_MAC_DEBUG_CARBON_EVENTS
+/* Carbon-internal event debugging routines (c.f. Technote 2124): */
+void _DebugPrintEvent(EventRef inEvent);
+void _TraceEventByName(CFStringRef eventName);
+#endif /* TK_MAC_DEBUG_CARBON_EVENTS */
+
/* Declarations of functions used only in this file */
static OSStatus CarbonEventHandlerProc (
EventHandlerCallRef callRef,