/[xforms]/xforms/image/ps_draw.c
ViewVC logotype

Diff of /xforms/image/ps_draw.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by leeming, Thu Apr 24 09:35:34 2003 UTC revision 1.5 by leeming, Fri Nov 21 13:23:23 2003 UTC
# Line 56  compute_rounded_corners(FL_Coord x, FL_C Line 56  compute_rounded_corners(FL_Coord x, FL_C
56                          FL_Coord h, FL_POINT * point)                          FL_Coord h, FL_POINT * point)
57  {  {
58      FL_POINT *xp;      FL_POINT *xp;
59      int i, n;      size_t i, n;
60      float rsx, rsy, xf, yf;      float rsx, rsy, xf, yf;
61    
62      rsx = rsy = 0.42f * FL_min(w, h);      rsx = rsy = 0.42f * FL_min(w, h);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26