diff options
author | das <das> | 2007-06-04 09:28:44 (GMT) |
---|---|---|
committer | das <das> | 2007-06-04 09:28:44 (GMT) |
commit | 5cca131c49f39cce7cabd10ea39473d103e5d505 (patch) | |
tree | b3e77654d4b69228085592fcc9bcb40f322a2d57 /macosx/tkMacOSXWm.c | |
parent | 824e6c983fb4c01fff29673cd17da4366a5e3f5b (diff) | |
download | tk-5cca131c49f39cce7cabd10ea39473d103e5d505.zip tk-5cca131c49f39cce7cabd10ea39473d103e5d505.tar.gz tk-5cca131c49f39cce7cabd10ea39473d103e5d505.tar.bz2 |
* macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup.
* macosx/tkMacOSXDraw.c: sync comment formatting with HEAD.
* macosx/tkMacOSXEmbed.c:
* macosx/tkMacOSXEntry.c:
* macosx/tkMacOSXKeyEvent.c:
* macosx/tkMacOSXKeyboard.c:
* macosx/tkMacOSXMenus.c:
* macosx/tkMacOSXSend.c:
* macosx/tkMacOSXSubwindows.c:
* macosx/tkMacOSXWindowEvent.c:
* macosx/tkMacOSXWm.c:
* macosx/tkMacOSXXStubs.c:
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 41b79ca..17aab68 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.7.2.38 2007/05/31 13:42:13 das Exp $ + * RCS: @(#) $Id: tkMacOSXWm.c,v 1.7.2.39 2007/06/04 09:28:45 das Exp $ */ #include "tkMacOSXInt.h" @@ -3346,7 +3346,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) { @@ -3749,11 +3749,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) { @@ -3842,7 +3840,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; @@ -5187,7 +5185,7 @@ TkMacOSXMakeRealWindowExist( return; /* - * NOTE: Here we should handle out of process embedding. + * TODO: Here we should handle out of process embedding. */ } |