diff options
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 807bae5..7afb933 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.3.2.13 2007/06/06 09:56:54 das Exp $ + * RCS: @(#) $Id: tkMacOSXEvent.c,v 1.3.2.14 2007/06/09 17:10:21 das Exp $ */ #include "tkMacOSXInt.h" @@ -49,7 +49,7 @@ TkMacOSXFlushWindows(void) if (QDIsPortBuffered(portPtr)) { QDFlushPortBuffer(portPtr, NULL); } - ) TK_ENDIF_MAC_OS_X + ) TK_ENDIF wRef = GetNextWindow(wRef); } } |