From 9b544fa40062b342ff3aa75f8f21d0bd4cec80ab Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 28 May 2008 12:27:07 +0930 Subject: mi: ansify. --- mi/mizerclip.c | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'mi/mizerclip.c') diff --git a/mi/mizerclip.c b/mi/mizerclip.c index b167c5475..dd05040bc 100644 --- a/mi/mizerclip.c +++ b/mi/mizerclip.c @@ -405,17 +405,12 @@ the numerator is therefore (2^32 - 1), which does not overflow an unsigned * */ _X_EXPORT int -miZeroClipLine(xmin, ymin, xmax, ymax, - new_x1, new_y1, new_x2, new_y2, - adx, ady, - pt1_clipped, pt2_clipped, octant, bias, oc1, oc2) - int xmin, ymin, xmax, ymax; - int *new_x1, *new_y1, *new_x2, *new_y2; - int *pt1_clipped, *pt2_clipped; - unsigned int adx, ady; - int octant; - unsigned int bias; - int oc1, oc2; +miZeroClipLine(int xmin, int ymin, int xmax, int ymax, + int *new_x1, int *new_y1, int *new_x2, int *new_y2, + unsigned int adx, unsigned int ady, + int *pt1_clipped, int *pt2_clipped, + int octant, unsigned int bias, + int oc1, int oc2) { int swapped = 0; int clipDone = 0; -- cgit v1.2.3