summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/SOURCES
diff options
context:
space:
mode:
authorTeruaki Kawashima <teru@rockbox.org>2010-06-08 11:07:36 +0000
committerTeruaki Kawashima <teru@rockbox.org>2010-06-08 11:07:36 +0000
commit0c7eb41da8253837a571cc037a932c77348a88c9 (patch)
tree762f30148d6c4c01d85766097c9745431489f34f /apps/plugins/lib/SOURCES
parent755fef66b30633365f7401ddbeb40a0481d616d4 (diff)
downloadrockbox-0c7eb41da8253837a571cc037a932c77348a88c9.tar.gz
rockbox-0c7eb41da8253837a571cc037a932c77348a88c9.zip
add simple text viewer to pluginlib and use this for dict to show description.
now dict can scroll the description. it might not show full description if it is too long or memory is not enough. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26687 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lib/SOURCES')
-rw-r--r--apps/plugins/lib/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES
index 8c160e1cc4..5ed163f951 100644
--- a/apps/plugins/lib/SOURCES
+++ b/apps/plugins/lib/SOURCES
@@ -9,6 +9,7 @@ fixedpoint.c
9playback_control.c 9playback_control.c
10rgb_hsv.c 10rgb_hsv.c
11buflib.c 11buflib.c
12simple_viewer.c
12display_text.c 13display_text.c
13strncpy.c 14strncpy.c
14 15