diff options
author | das <das@noemail.net> | 2007-06-03 13:44:39 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2007-06-03 13:44:39 (GMT) |
commit | f867932dbbe54b856d2315c6eee3024c3ec539c3 (patch) | |
tree | 9248438c5bba7b4ad8f6827e210d7109fa3b588f /macosx/tkMacOSXWindowEvent.c | |
parent | 33145f2df2675c33df4e6cba7102f0ada285da1f (diff) | |
download | tk-f867932dbbe54b856d2315c6eee3024c3ec539c3.zip tk-f867932dbbe54b856d2315c6eee3024c3ec539c3.tar.gz tk-f867932dbbe54b856d2315c6eee3024c3ec539c3.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:
FossilOrigin-Name: c295229c1ce5a4bd016ce570e98a79409ad5c368
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; |