This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: xlib arcs and ovals


>>>>> "Scott" == Scott Gilbertson <scottg@mantatest.com> writes:

Scott> Index: libjava/ChangeLog
Scott> from  Scott Gilbertson  <scottg@mantatest.com>
Scott> * gnu/awt/j2d/IntegerGraphicsState.java (drawOval): implemented.
Scott> (fillOval): implemented

These are easier for me to handle if the ChangeLog entry is properly
formatted -- in this case a leading tab is required.

Scott> +    drawArc (x,y,width,height,0,360);

You need spaces after the commas.  There are a few instances of this.

Scott> +  XDrawArc(dpy, drawableXID, gc, x, y, w, h, startAngle*64, arcAngle*64);

Spaces around the "*"s.

Scott> +  // no fast fail

What does this comment mean?


Otherwise this is fine.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]