From ac622c6d673c708d48527db8a189401422a5d03c Mon Sep 17 00:00:00 2001 From: Yoshihisa Uchida Date: Sat, 26 Jun 2010 09:14:53 +0000 Subject: text viewer: reworks screen access logics and some bugs fix. - screen access logics separte from tv_window. (new tv_display.[ch]) - using multi screen api. - (bug fix) the head of the each line is not normally displayed when the alignment is RIGHT. - (bug fix) unnecessary blank line is not displayed. (a part of FS#11400). - (bug fix) the order by which callback functions were called was not correct. (FIFO->FILO) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27138 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/text_viewer/SOURCES | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/text_viewer/SOURCES') diff --git a/apps/plugins/text_viewer/SOURCES b/apps/plugins/text_viewer/SOURCES index 7e45d1fb68..80fec09c5f 100644 --- a/apps/plugins/text_viewer/SOURCES +++ b/apps/plugins/text_viewer/SOURCES @@ -1,6 +1,7 @@ text_viewer.c tv_action.c tv_bookmark.c +tv_display.c tv_menu.c tv_pager.c tv_preferences.c -- cgit v1.2.3