diff options
Diffstat (limited to 'src/gui/gui-line.h')
-rw-r--r-- | src/gui/gui-line.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-line.h b/src/gui/gui-line.h index e1f38c9da..5f9dc8acf 100644 --- a/src/gui/gui-line.h +++ b/src/gui/gui-line.h @@ -69,7 +69,7 @@ extern struct t_gui_lines *gui_lines_alloc (); extern void gui_lines_free (struct t_gui_lines *lines); extern int gui_line_get_align (struct t_gui_buffer *buffer, struct t_gui_line *line, - int with_suffix); + int with_suffix, int first_line); extern int gui_line_is_displayed (struct t_gui_line *line); extern struct t_gui_line *gui_line_get_first_displayed (struct t_gui_buffer *buffer); extern struct t_gui_line *gui_line_get_last_displayed (struct t_gui_buffer *buffer); |