diff options
author | das <das> | 2007-06-03 13:44:39 (GMT) |
---|---|---|
committer | das <das> | 2007-06-03 13:44:39 (GMT) |
commit | cfcb8cf1322710fac5a0cdfeb0fa32d44135fb20 (patch) | |
tree | 9248438c5bba7b4ad8f6827e210d7109fa3b588f /macosx/tkMacOSXWindowEvent.c | |
parent | 548cd0a9199d94cff930af7f3fd282880fe94a7e (diff) | |
download | tk-cfcb8cf1322710fac5a0cdfeb0fa32d44135fb20.zip tk-cfcb8cf1322710fac5a0cdfeb0fa32d44135fb20.tar.gz tk-cfcb8cf1322710fac5a0cdfeb0fa32d44135fb20.tar.bz2 |
* macosx/tkMacOSXDraw.c: comment formatting fix for Xcode 3.0.
* macosx/tkMacOSXEmbed.c:
* macosx/tkMacOSXEntry.c:
* macosx/tkMacOSXFont.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/tkMacOSXWindowEvent.c')
-rw-r--r-- | macosx/tkMacOSXWindowEvent.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c index 70cad46..407688a 100644 --- a/macosx/tkMacOSXWindowEvent.c +++ b/macosx/tkMacOSXWindowEvent.c @@ -54,7 +54,7 @@ * software in accordance with the terms specified in this * license. * - * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.24 2007/05/31 13:38:17 das Exp $ + * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.25 2007/06/03 13:44:40 das Exp $ */ #include "tkMacOSXInt.h" @@ -573,9 +573,8 @@ GenerateUpdates( } /* - * NOTE: Here we should handle out of process embedding. + * TODO: Here we should handle out of process embedding. */ - } return 1; |