diff options
Diffstat (limited to 'macosx/tkMacOSXWm.c')
-rw-r--r-- | macosx/tkMacOSXWm.c | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index 9b05ad6..f4bba1f 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -13,7 +13,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.51 2007/05/31 13:38:17 das Exp $ + * RCS: @(#) $Id: tkMacOSXWm.c,v 1.52 2007/06/03 13:44:40 das Exp $ */ #include "tkMacOSXInt.h" @@ -3340,7 +3340,7 @@ UpdateGeometryInfo( TkWindow *contWinPtr = TkpGetOtherWindow(winPtr); /* - * NOTE: Here we should handle out of process embedding. + * TODO: Here we should handle out of process embedding. */ if (contWinPtr != NULL) { @@ -3743,11 +3743,9 @@ Tk_CoordsToWindow( } } - /* - * NOTE: Here we should handle out of process embedding. + * TODO: Here we should handle out of process embedding. */ - } else { for (childPtr = winPtr->childList; childPtr != NULL; childPtr = childPtr->nextPtr) { @@ -3836,7 +3834,7 @@ Tk_TopCoordsToWindow( } /* - * NOTE: Here we should handle out of process embedding. + * TODO: Here we should handle out of process embedding. */ } else { for (childPtr = winPtr->childList; childPtr != NULL; @@ -5181,7 +5179,7 @@ TkMacOSXMakeRealWindowExist( return; /* - * NOTE: Here we should handle out of process embedding. + * TODO: Here we should handle out of process embedding. */ } |