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/tkMacOSXEvent.h | |
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/tkMacOSXEvent.h')
-rw-r--r-- | macosx/tkMacOSXEvent.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/macosx/tkMacOSXEvent.h b/macosx/tkMacOSXEvent.h index 4b78ca3..8219a36 100644 --- a/macosx/tkMacOSXEvent.h +++ b/macosx/tkMacOSXEvent.h @@ -50,7 +50,7 @@ * software in accordance with the terms specified in this * license. * - * RCS: @(#) $Id: tkMacOSXEvent.h,v 1.8 2006/03/24 14:58:01 das Exp $ + * RCS: @(#) $Id: tkMacOSXEvent.h,v 1.9 2006/03/28 02:43:24 das Exp $ */ #ifndef _TKMACEVENT @@ -60,8 +60,6 @@ #include "tk.h" #endif -#include <Carbon/Carbon.h> - typedef struct { int stopProcessing; int err; |