summaryrefslogtreecommitdiff
path: root/Scale.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-11 20:00:49 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2014-07-11 20:00:49 -0700
commit975b6bcad6de9f57d46efc7bddb691a40703ae1e (patch)
tree8af99fc9a41665b1c20e8e50a3626ef855878398 /Scale.h
parentec3e612fadfbdf60dc30bc8f155d5fb6a5fd501f (diff)
Delete trailing whitespace from *.[ch] files
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'Scale.h')
-rw-r--r--Scale.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/Scale.h b/Scale.h
index 68a2b68..4863d17 100644
--- a/Scale.h
+++ b/Scale.h
@@ -108,19 +108,19 @@ extern WidgetClass scaleWidgetClass;
typedef struct _ScaleClassRec *ScaleWidgetClass;
typedef struct _ScaleRec *ScaleWidget;
-extern int SWGetImagePixel ( Widget w, Position x, Position y,
- Position *img_x, Position *img_y,
+extern int SWGetImagePixel ( Widget w, Position x, Position y,
+ Position *img_x, Position *img_y,
Pixel *img_pixel );
-extern void SWUnscale ( Widget w, XEvent *event, String *params,
+extern void SWUnscale ( Widget w, XEvent *event, String *params,
Cardinal *num_params );
-extern void SWAutoscale ( Widget w, XEvent *event, String *params,
+extern void SWAutoscale ( Widget w, XEvent *event, String *params,
Cardinal *num_params );
-extern void SWInitialSize ( Widget w, XEvent *event, String *params,
+extern void SWInitialSize ( Widget w, XEvent *event, String *params,
Cardinal *num_params );
extern void SWSetImage ( Widget w, XImage *image );
-extern void RequestSelection ( Widget w, XEvent *event, String *params,
+extern void RequestSelection ( Widget w, XEvent *event, String *params,
Cardinal *num_params );
-extern void GrabSelection ( Widget w, XEvent *event, String *params,
+extern void GrabSelection ( Widget w, XEvent *event, String *params,
Cardinal *num_params );
extern Pixmap SWGetPixmap ( Widget w );