diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-13 18:18:53 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-13 18:18:53 (GMT) |
commit | e7a28cd82e797c533d8b3b3856ce317762ca165a (patch) | |
tree | e7646be175d93c201012c416eba7ac38b3a10a79 /macosx/tkMacOSXWm.c | |
parent | 92f42c4710b59e4b7d590bcac400948f88778128 (diff) | |
download | tk-e7a28cd82e797c533d8b3b3856ce317762ca165a.zip tk-e7a28cd82e797c533d8b3b3856ce317762ca165a.tar.gz tk-e7a28cd82e797c533d8b3b3856ce317762ca165a.tar.bz2 |
* generic/tkCmds.c: Purged remaining references to
* macosx/tkMacOSXPort.h: errno, and errno.h. Standardized
* macosx/tkMacOSXWm.c: the logic for using header files from
* macosx/tkMacOSXWm.h: the compat directory. Thanks Joe
* unix/tkUnixPort.h: English for the patch. [Patch 1445404]
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r-- | macosx/tkMacOSXWm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index 977a0e5..ba5abec 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -12,14 +12,13 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXWm.c,v 1.7.2.16 2006/02/09 19:09:43 das Exp $ + * RCS: @(#) $Id: tkMacOSXWm.c,v 1.7.2.17 2006/03/13 18:19:00 dgp Exp $ */ #include <Carbon/Carbon.h> #include "tkPort.h" #include "tkInt.h" #include "tkMacOSXInt.h" -#include <errno.h> #include "tkScrollbar.h" #include "tkMacOSXWm.h" #include "tkMacOSXEvent.h" |