diff options
author | dgp <dgp@users.sourceforge.net> | 2006-03-13 18:19:18 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-03-13 18:19:18 (GMT) |
commit | 1fb6cda0f576123a95af432a49030f4f23f2e463 (patch) | |
tree | e9990be97e46d1dae2e378b7ab3ef14bdebe0789 /macosx/tkMacOSXWm.c | |
parent | 7d440b6714cbaa6408196fff8556789292d04942 (diff) | |
download | tk-1fb6cda0f576123a95af432a49030f4f23f2e463.zip tk-1fb6cda0f576123a95af432a49030f4f23f2e463.tar.gz tk-1fb6cda0f576123a95af432a49030f4f23f2e463.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 3cc0444..10d1288 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.22 2006/02/09 19:08:50 das Exp $ + * RCS: @(#) $Id: tkMacOSXWm.c,v 1.23 2006/03/13 18:19:18 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" |