diff options
author | das <das@noemail.net> | 2006-10-31 22:33:37 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-10-31 22:33:37 (GMT) |
commit | 4386a3b8a8c5d22ab97dc5e4def26987b52b44b2 (patch) | |
tree | e3d83a3269a13bfac631d4287ef7adee4286d144 /macosx/tkMacOSXInt.h | |
parent | 93dad0e14f7f4a88db445c5191005f3f631982e9 (diff) | |
download | tk-4386a3b8a8c5d22ab97dc5e4def26987b52b44b2.zip tk-4386a3b8a8c5d22ab97dc5e4def26987b52b44b2.tar.gz tk-4386a3b8a8c5d22ab97dc5e4def26987b52b44b2.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:
FossilOrigin-Name: ad3d3ba0c1ba9a4c831ca593aff05fe2adb31ee0
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 337efbe..96df487 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.2.14 2006/09/11 14:41:16 das Exp $ + * RCS: @(#) $Id: tkMacOSXInt.h,v 1.3.2.15 2006/10/31 22:33:38 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 |