summaryrefslogtreecommitdiff
path: root/ScrollByLP.h
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-14 08:35:40 +0000
committerEgbert Eich <eich@suse.de>2004-03-14 08:35:40 +0000
commit0b24854cbc017733d4e782db65912a473ec053be (patch)
tree32c740984dea9924de146b7d4655a552cae19c1f /ScrollByLP.h
parent7093a5ad5e15f7c2a7bb8feb6f3255f9a4f8983a (diff)
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1
Diffstat (limited to 'ScrollByLP.h')
-rw-r--r--ScrollByLP.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ScrollByLP.h b/ScrollByLP.h
index 0947707..2d1c251 100644
--- a/ScrollByLP.h
+++ b/ScrollByLP.h
@@ -59,8 +59,9 @@ extern ScrollByLineClassRec scrollByLineClassRec;
/* New fields for the ScrollByLine widget record */
typedef struct _ScrollByLinePart {
- Pixel foreground; /* The color for the forground of the text. */
- Boolean force_vert, /* Must have scrollbar visable */
+ Pixel foreground; /* The color for the foreground of the text. */
+ Boolean force_vert, /* Must have scrollbar visible */
+ half_lines, /* adjust for half-line spacing */
use_right; /* put scroll bar on right side of window. */
FILE * file; /* The file to display. */
Dimension indent; /* amount to indent the file. */