fix yellow.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27155 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Yoshihisa Uchida 2010-06-27 11:45:12 +00:00
parent b5a26851e0
commit 668914b597

View file

@ -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 */