diff options
Diffstat (limited to 'ScrollByLP.h')
-rw-r--r-- | ScrollByLP.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ScrollByLP.h b/ScrollByLP.h index 0947707..25402d7 100644 --- a/ScrollByLP.h +++ b/ScrollByLP.h @@ -68,6 +68,7 @@ typedef struct _ScrollByLinePart { * normal_font, * italic_font, * symbol_font; + int h_width; /* Main font width */ /* variables not in resource list. */ @@ -80,7 +81,8 @@ typedef struct _ScrollByLinePart { GC bold_gc, normal_gc, italic_gc, symbol_gc; /* gc for drawing. */ char ** top_line; /* The top line of the file. */ - int lines; /* number of line in the file. */ + int lines; /* Total number of line in the file. */ + int num_visible_lines; /* Number of lines visible */ } ScrollByLinePart; /**************************************************************** |