diff options
author | dgp <dgp@users.sourceforge.net> | 2007-05-30 13:47:41 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-05-30 13:47:41 (GMT) |
commit | 416dc3335d4a9e4b5d68f765bc7e9f2de14581d6 (patch) | |
tree | 35c570be2f2a208b0dfe88fffd5fd9734dc51a3f /macosx/tkMacOSXEvent.c | |
parent | a52d2d0ebc3cae69f9803646a3ed9a72032ddf5c (diff) | |
download | tk-416dc3335d4a9e4b5d68f765bc7e9f2de14581d6.zip tk-416dc3335d4a9e4b5d68f765bc7e9f2de14581d6.tar.gz tk-416dc3335d4a9e4b5d68f765bc7e9f2de14581d6.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'macosx/tkMacOSXEvent.c')
-rw-r--r-- | macosx/tkMacOSXEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXEvent.c b/macosx/tkMacOSXEvent.c index 974898d..9b1aa28 100644 --- a/macosx/tkMacOSXEvent.c +++ b/macosx/tkMacOSXEvent.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXEvent.c,v 1.16 2007/04/23 23:10:10 das Exp $ + * RCS: @(#) $Id: tkMacOSXEvent.c,v 1.16.2.1 2007/05/30 13:47:43 dgp Exp $ */ #include "tkMacOSXInt.h" @@ -24,7 +24,7 @@ * TkMacOSXFlushWindows -- * * This routine flushes all the Carbon windows of the application. It - * is called by the setup procedure for the Tcl/Carbon event source. + * is called by XSync(). * * Results: * None. |