summaryrefslogtreecommitdiff
path: root/include/X11/Xaw3d/TextSink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/X11/Xaw3d/TextSink.h')
-rw-r--r--include/X11/Xaw3d/TextSink.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/X11/Xaw3d/TextSink.h b/include/X11/Xaw3d/TextSink.h
index be6ceb8..80d0dd3 100644
--- a/include/X11/Xaw3d/TextSink.h
+++ b/include/X11/Xaw3d/TextSink.h
@@ -28,13 +28,13 @@ Copyright 1987, 1988 by Digital Equipment Corporation, Maynard, Massachusetts.
All Rights Reserved
-Permission to use, copy, modify, and distribute this software and its
-documentation for any purpose and without fee is hereby granted,
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
-both that copyright notice and this permission notice appear in
+both that copyright notice and this permission notice appear in
supporting documentation, and that the name of Digital not be
used in advertising or publicity pertaining to distribution of the
-software without specific, written prior permission.
+software without specific, written prior permission.
DIGITAL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
@@ -65,7 +65,7 @@ SOFTWARE.
background Background Pixel XtDefaultBackground
*/
-
+
/* Class record constants */
extern WidgetClass textSinkObjectClass;
@@ -84,7 +84,7 @@ typedef enum {XawisOn, XawisOff} XawTextInsertState;
_XFUNCPROTOBEGIN
/* Function Name: XawTextSinkDisplayText
- * Description: Stub function that in subclasses will display text.
+ * Description: Stub function that in subclasses will display text.
* Arguments: w - the TextSink Object.
* x, y - location to start drawing text.
* pos1, pos2 - location of starting and ending points
@@ -250,7 +250,7 @@ extern int XawTextSinkMaxLines(
);
/* Function Name: XawTextSinkMaxHeight
- * Description: Finds the Minium height that will contain a given number
+ * Description: Finds the Minium height that will contain a given number
* lines.
* Arguments: w - the TextSink Object.
* lines - the number of lines.
@@ -275,7 +275,7 @@ extern void XawTextSinkSetTabs(
int /* tab_count */,
int* /* tabs */
);
-
+
/* Function Name: XawTextSinkGetCursorBounds
* Description: Finds the bounding box for the insert curor (caret).
* Arguments: w - the TextSinkObject.