From c00d853ea77cacb48ff6fd5c6055c81ab95caad5 Mon Sep 17 00:00:00 2001 From: vincentdarley Date: Thu, 6 Apr 2006 22:16:09 +0000 Subject: add support for proxy icon dragging and titlepath menu --- macosx/tkMacOSXMouseEvent.c | 4 ++-- 1 file 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; } -- cgit v0.12