diff options
author | das <das> | 2006-10-31 22:33:33 (GMT) |
---|---|---|
committer | das <das> | 2006-10-31 22:33:33 (GMT) |
commit | bd738e27a3e574c532139870400319684120100c (patch) | |
tree | 91f1ad67cdcc39fef1befc69415787833a73b6e6 /macosx/tkMacOSXCarbonEvents.c | |
parent | 2f0a9d443ac48768f31536ed71c9e51d8636a68e (diff) | |
download | tk-bd738e27a3e574c532139870400319684120100c.zip tk-bd738e27a3e574c532139870400319684120100c.tar.gz tk-bd738e27a3e574c532139870400319684120100c.tar.bz2 |
* macosx/tkMacOSXDebug.c: add TkMacOSX prefix to leftover macosx-private
* macosx/tkMacOSXDebug.h: global symbols without Tk prefix; ifdef out
* macosx/tkMacOSXEmbed.c: currently unused debug procs.
* macosx/tkMacOSXEvent.c:
* macosx/tkMacOSXInt.h:
* macosx/tkMacOSXCarbonEvents.c:
* macosx/tkMacOSXSubwindows.c:
* macosx/tkMacOSXWm.c:
Diffstat (limited to 'macosx/tkMacOSXCarbonEvents.c')
-rw-r--r-- | macosx/tkMacOSXCarbonEvents.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXCarbonEvents.c b/macosx/tkMacOSXCarbonEvents.c index e1d963c..d9eba35 100644 --- a/macosx/tkMacOSXCarbonEvents.c +++ b/macosx/tkMacOSXCarbonEvents.c @@ -60,7 +60,7 @@ * software in accordance with the terms specified in this * license. * - * RCS: @(#) $Id: tkMacOSXCarbonEvents.c,v 1.12 2006/08/21 01:09:23 das Exp $ + * RCS: @(#) $Id: tkMacOSXCarbonEvents.c,v 1.13 2006/10/31 22:33:34 das Exp $ */ #include "tkMacOSXInt.h" @@ -122,7 +122,7 @@ CarbonEventHandlerProc ( char buf [256]; if (macEvent.eKind != kEventMouseMoved && macEvent.eKind != kEventMouseDragged) { - CarbonEventToAscii(event, buf); + TkMacOSXCarbonEventToAscii(event, buf); fprintf(stderr, "CarbonEventHandlerProc started handling %s\n", buf); TkMacOSXInitNamedDebugSymbol(HIToolbox, void, _DebugPrintEvent, EventRef inEvent); |