diff options
Diffstat (limited to 'ScrollByLP.h')
-rw-r--r-- | ScrollByLP.h | 5 |
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. */ |