diff options
author | vincentdarley <vincentdarley> | 2006-04-06 22:16:09 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2006-04-06 22:16:09 (GMT) |
commit | c00d853ea77cacb48ff6fd5c6055c81ab95caad5 (patch) | |
tree | 94f7dda59e76f33204da06802654c2289897ac65 | |
parent | 744ae6f2de32c08f2f330b5baeeda51d5ff0259f (diff) | |
download | tk-c00d853ea77cacb48ff6fd5c6055c81ab95caad5.zip tk-c00d853ea77cacb48ff6fd5c6055c81ab95caad5.tar.gz tk-c00d853ea77cacb48ff6fd5c6055c81ab95caad5.tar.bz2 |
add support for proxy icon dragging and titlepath menu
-rw-r--r-- | macosx/tkMacOSXMouseEvent.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXMouseEvent.c b/macosx/tkMacOSXMouseEvent.c index b547ea9..bd1ec12 100644 --- a/macosx/tkMacOSXMouseEvent.c +++ b/macosx/tkMacOSXMouseEvent.c @@ -54,7 +54,7 @@ * software in accordance with the terms specified in this * license. * - * RCS: @(#) $Id: tkMacOSXMouseEvent.c,v 1.18 2006/04/06 22:15:14 vincentdarley Exp $ + * RCS: @(#) $Id: tkMacOSXMouseEvent.c,v 1.19 2006/04/06 22:16:09 vincentdarley Exp $ */ #include "tkMacOSXInt.h" @@ -177,7 +177,7 @@ TkMacOSXProcessMouseEvent(TkMacOSXEvent *eventPtr, MacEventStatus * statusPtr) medPtr->windowPart = inDrag; } else { if (status == noErr) { - printf("drag successful"); + /* drag successful */ } return status; } |