diff options
Diffstat (limited to 'src/prefs.h')
-rw-r--r-- | src/prefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/prefs.h b/src/prefs.h index 6f8f4fdb..5f8f393d 100644 --- a/src/prefs.h +++ b/src/prefs.h @@ -77,6 +77,7 @@ typedef struct { int32_t font_max_size; int32_t font_min_size; int32_t scroll_step; + int32_t scroll_page_overlap; bool_t scrollbar_on_left; bool_t scrollbar_page_mode; bool_t show_back; |