summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2008-06-19 00:11:08 (GMT)
committerdas <das>2008-06-19 00:11:08 (GMT)
commitfb0e082d9591e2998955e525474b15227b8e1c72 (patch)
tree95e3f6623ced906c182fb68b64ab85321c174ca7
parent377f4e825c6fc59fff6497bbc73af883ff91aefe (diff)
downloadtk-fb0e082d9591e2998955e525474b15227b8e1c72.zip
tk-fb0e082d9591e2998955e525474b15227b8e1c72.tar.gz
tk-fb0e082d9591e2998955e525474b15227b8e1c72.tar.bz2
* macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fix
return value.
-rw-r--r--macosx/tkMacOSXWindowEvent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index 46b547d..57bd33b 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.31 2007/12/13 15:27:10 dgp Exp $
+ * RCS: @(#) $Id: tkMacOSXWindowEvent.c,v 1.32 2008/06/19 00:11:08 das Exp $
*/
#include "tkMacOSXPrivate.h"
@@ -418,7 +418,7 @@ TkMacOSXProcessWindowEvent(
break;
}
- return 0;
+ return eventFound;
}
/*