summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXEvent.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2007-05-30 13:47:41 (GMT)
committerdgp <dgp@users.sourceforge.net>2007-05-30 13:47:41 (GMT)
commit416dc3335d4a9e4b5d68f765bc7e9f2de14581d6 (patch)
tree35c570be2f2a208b0dfe88fffd5fd9734dc51a3f /macosx/tkMacOSXEvent.c
parenta52d2d0ebc3cae69f9803646a3ed9a72032ddf5c (diff)
downloadtk-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.c4
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.