diff options
author | das <das> | 2003-02-25 16:09:19 (GMT) |
---|---|---|
committer | das <das> | 2003-02-25 16:09:19 (GMT) |
commit | 3dae19ff35152af7adbe9b140ec9e3e75e94285c (patch) | |
tree | ed702ca6946846655a0a2b4f360a4feb24679e2b /macosx/tkMacOSXWm.c | |
parent | 4f5f8ff59a61c2f29cb0e121514e2a86a2850446 (diff) | |
download | tk-3dae19ff35152af7adbe9b140ec9e3e75e94285c.zip tk-3dae19ff35152af7adbe9b140ec9e3e75e94285c.tar.gz tk-3dae19ff35152af7adbe9b140ec9e3e75e94285c.tar.bz2 |
* macosx/tkMacOSXHLEvents.c: fixed conversion of apple event
parameters to posix style path names.
[Bug #621672] (steffen, Benjamin Riefenstahl)
* macosx/tkMacOSXDialog.c:
* macosx/tkMacOSXWm.c:
* macosx/Wish.pbproj/project.pbxproj:
* macosx/tkMacOSXUtil.c (removed):
* macosx/tkMacOSXUtil.h (removed): removed all references to
tkMacOSXUtil.{c,h}, made obsolete by the patch above. [Bug #621672]
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 7264f19..bad9c47 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -12,7 +12,7 @@ * 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.6 2003/02/09 07:51:04 hobbs Exp $ + * RCS: @(#) $Id: tkMacOSXWm.c,v 1.7 2003/02/25 16:09:29 das Exp $ */ #include <Carbon/Carbon.h> @@ -23,7 +23,6 @@ #include "tkScrollbar.h" #include "tkMacOSXWm.h" #include "tkMacOSXEvent.h" -#include "tkMacOSXUtil.h" /* * This is a list of all of the toplevels that have been mapped so far. It is |