From d32f7b110e6371cbfb6217419c386df6027a23f7 Mon Sep 17 00:00:00 2001 From: das Date: Mon, 16 Oct 2006 16:25:45 +0000 Subject: whitespace --- macosx/tkMacOSXDraw.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/macosx/tkMacOSXDraw.c b/macosx/tkMacOSXDraw.c index 0094f84..455fc4d 100644 --- a/macosx/tkMacOSXDraw.c +++ b/macosx/tkMacOSXDraw.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXDraw.c,v 1.2.2.18 2006/10/16 15:35:50 das Exp $ + * RCS: @(#) $Id: tkMacOSXDraw.c,v 1.2.2.19 2006/10/16 16:25:45 das Exp $ */ #include "tkMacOSXInt.h" @@ -651,7 +651,7 @@ XDrawLines( CGContextStrokePath(outContext); TkMacOSXReleaseCGContext(macWin, destPort, &outContext); } else { - int o = - (lw / 2); + int o = -lw/2; TkMacOSXSetUpGraphicsPort(gc, destPort); ShowPen(); @@ -727,7 +727,7 @@ void XDrawSegments( } TkMacOSXReleaseCGContext(macWin, destPort, &outContext); } else { - int o = - (lw / 2); + int o = -lw/2; TkMacOSXSetUpGraphicsPort(gc, destPort); ShowPen(); @@ -1359,7 +1359,7 @@ XFillArc( } else { Rect theRect; short start, extent; - int o = - (lw / 2); + int o = -lw/2; PolyHandle polygon; double sin1, cos1, sin2, cos2, angle; double boxWidth, boxHeight; @@ -1501,7 +1501,7 @@ XFillArcs( } else { Rect theRect; short start, extent; - int o = - (lw / 2); + int o = -lw/2; PolyHandle polygon; double sin1, cos1, sin2, cos2, angle; double boxWidth, boxHeight; -- cgit v0.12