diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/text_viewer/tv_display.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/text_viewer/tv_display.h b/apps/plugins/text_viewer/tv_display.h index 67709f8..383f121 100644 --- a/apps/plugins/text_viewer/tv_display.h +++ b/apps/plugins/text_viewer/tv_display.h @@ -89,6 +89,8 @@ void tv_init_scrollbar(off_t total, bool show_scrollbar); */ void tv_show_scrollbar(int window, int col, off_t cur_pos, int size); +#endif + /* * show bookmark * @@ -100,8 +102,6 @@ void tv_show_scrollbar(int window, int col, off_t cur_pos, int size); */ void tv_show_bookmarks(const int *rows, int count); -#endif - /* common display functons */ /* start the display processing */ |