summaryrefslogtreecommitdiff
path: root/Requests.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 21:25:06 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-10-14 21:25:06 -0700
commita8ee8e937e8d939522f18fa5723afea084221467 (patch)
tree46430bb72fdb1d680d50031a9a744737f7ac7d9a /Requests.h
parent64eacd3665306283d126d0df7cf63a071e576c38 (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 'Requests.h')
-rw-r--r--Requests.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Requests.h b/Requests.h
index c4457e2..111942f 100644
--- a/Requests.h
+++ b/Requests.h
@@ -69,17 +69,17 @@ extern void BWCopy(Widget w, Position at_x, Position at_y, int value);
extern void BWMove(Widget w, Position at_x, Position at_y, int value);
extern void BWRestore(Widget w, Position at_x, Position at_y, int value);
extern void BWDrawPoint(Widget w, Position x, Position y, bit value);
-extern void BWBlindLine(Widget w, Position from_x, Position from_y,
+extern void BWBlindLine(Widget w, Position from_x, Position from_y,
Position to_x, Position to_y, int value);
extern void BWDrawHotSpot(Widget w, Position x, Position y, int value);
-extern void BWZoomIn(Widget w, Position from_x, Position from_y,
+extern void BWZoomIn(Widget w, Position from_x, Position from_y,
Position to_x, Position to_y);
-extern void OnePointHandler(Widget w, XtPointer client_data,
+extern void OnePointHandler(Widget w, XtPointer client_data,
XEvent *event, Boolean *cont);
-extern void TwoPointsHandler(Widget w, XtPointer client_data,
+extern void TwoPointsHandler(Widget w, XtPointer client_data,
XEvent *event, Boolean *cont);
-extern void DragTwoPointsHandler(Widget w, XtPointer client_data,
+extern void DragTwoPointsHandler(Widget w, XtPointer client_data,
XEvent *event, Boolean *cont);
#endif /* _Requests_h */