diff options
author | das <das> | 2006-03-28 02:43:23 (GMT) |
---|---|---|
committer | das <das> | 2006-03-28 02:43:23 (GMT) |
commit | a8319e4b09026b7ec6048d671b1dbe3c4b16bfa8 (patch) | |
tree | edafaa2027b02c815d7f8c0687d4f95f2b0e8f00 /macosx/tkMacOSXMenu.c | |
parent | ca9ecb062779adb867952800741659c84efb49bb (diff) | |
download | tk-a8319e4b09026b7ec6048d671b1dbe3c4b16bfa8.zip tk-a8319e4b09026b7ec6048d671b1dbe3c4b16bfa8.tar.gz tk-a8319e4b09026b7ec6048d671b1dbe3c4b16bfa8.tar.bz2 |
* macosx/tkMacOSXDraw.c: sync whitespace & minor changes
* macosx/tkMacOSXEvent.h: with core-8-4-branch.
* macosx/tkMacOSXFont.h:
* macosx/tkMacOSXMenu.c:
* macosx/tkMacOSXNotify.c:
Diffstat (limited to 'macosx/tkMacOSXMenu.c')
-rw-r--r-- | macosx/tkMacOSXMenu.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c index 35f63a7..6eb384e 100644 --- a/macosx/tkMacOSXMenu.c +++ b/macosx/tkMacOSXMenu.c @@ -9,13 +9,14 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.26 2006/03/24 14:58:01 das Exp $ + * RCS: @(#) $Id: tkMacOSXMenu.c,v 1.27 2006/03/28 02:43:24 das Exp $ */ #include "tkMacOSXInt.h" #include "tkMenubutton.h" #include "tkMenu.h" #include "tkColor.h" +#include "tkMacOSXDebug.h" #define USE_TK_MDEF //#define USE_ATSU |