summaryrefslogtreecommitdiff
path: root/transform.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 22:53:52 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 22:53:52 -0700
commit9e9ba1248f9fa8a43bb98be9bea024aaaa4f0d64 (patch)
treec8624ed43a21d359e245a61a7d893884cc66660e /transform.h
parentb1def38874735ca15025edd0d3776387fddeb7f3 (diff)
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'transform.h')
-rw-r--r--transform.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/transform.h b/transform.h
index ae88200..dc96dbc 100644
--- a/transform.h
+++ b/transform.h
@@ -56,13 +56,13 @@ typedef struct _TRectangle {
# define Twidth(w,h,t) (((double) (w)) / (t)->mx)
# define Theight(w,h,t) (((double) (h)) / (t)->my)
-extern void TFillPolygon ( Display *dpy, Drawable d, GC gc, Transform *t,
+extern void TFillPolygon ( Display *dpy, Drawable d, GC gc, Transform *t,
TPoint *points, int n_points, int shape, int mode );
-extern void TDrawArc ( Display *dpy, Drawable d, GC gc, Transform *t,
- double x, double y, double width, double height,
+extern void TDrawArc ( Display *dpy, Drawable d, GC gc, Transform *t,
+ double x, double y, double width, double height,
int angle1, int angle2 );
-extern void TFillArc ( Display *dpy, Drawable d, GC gc, Transform *t,
- double x, double y, double width, double height,
+extern void TFillArc ( Display *dpy, Drawable d, GC gc, Transform *t,
+ double x, double y, double width, double height,
int angle1, int angle2 );
-extern void SetTransform ( Transform *t, int xx1, int xx2, int xy1, int xy2,
+extern void SetTransform ( Transform *t, int xx1, int xx2, int xy1, int xy2,
double tx1, double tx2, double ty1, double ty2 );