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/tkMacOSXInt.h | |
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/tkMacOSXInt.h')
-rw-r--r-- | macosx/tkMacOSXInt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h index 262b842..f3bb504 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.19 2006/09/11 14:41:04 das Exp $ + * RCS: @(#) $Id: tkMacOSXInt.h,v 1.20 2006/10/31 22:33:34 das Exp $ */ #ifndef _TKMACINT @@ -81,7 +81,7 @@ typedef struct TkMacOSXWindowList { * embedding where Tk does not control the top-level. It contains * various functions that are needed by Mac specific routines, like * TkMacOSXGetDrawablePort. The definitions of the function types - * are in tclMac.h. + * are in tkMacOSX.h. */ typedef struct { @@ -92,7 +92,7 @@ typedef struct { Tk_MacOSXEmbedGetOffsetInParentProc *getOffsetProc; } TkMacOSXEmbedHandler; -MODULE_SCOPE TkMacOSXEmbedHandler *gMacEmbedHandler; +MODULE_SCOPE TkMacOSXEmbedHandler *tkMacOSXEmbedHandler; /* * Defines used for TkMacOSXInvalidateWindow |