summaryrefslogtreecommitdiff
path: root/apps/plugins/SOURCES.app_build
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2022-04-06 22:57:05 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2022-04-07 19:46:56 -0400
commitd1be73cfc0a9029d5e4be9f780e7d3fb2a812d07 (patch)
tree440b4119fef1ea5a43c2400b29270c617f66cd86 /apps/plugins/SOURCES.app_build
parentbf3e67204c6ceb26acba33df529d3d986e736d6c (diff)
downloadrockbox-d1be73cfc0a9029d5e4be9f780e7d3fb2a812d07.tar.gz
rockbox-d1be73cfc0a9029d5e4be9f780e7d3fb2a812d07.zip
keyboard.c Use viewports, move text box pos
allows items to be moved around with less code changes remove scrolling I was not overly impressed with it add test_kbd plugin Change-Id: Ic183c7221bda9405891632704f3a7bbfd79bfe83
Diffstat (limited to 'apps/plugins/SOURCES.app_build')
-rw-r--r--apps/plugins/SOURCES.app_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES.app_build b/apps/plugins/SOURCES.app_build
index ac9f01a896..50c79ec016 100644
--- a/apps/plugins/SOURCES.app_build
+++ b/apps/plugins/SOURCES.app_build
@@ -19,6 +19,7 @@ stopwatch.lua
19 19
20 20
21#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ 21#ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */
22test_kbd.c
22test_fps.c 23test_fps.c
23#ifdef HAVE_ADJUSTABLE_CPU_FREQ 24#ifdef HAVE_ADJUSTABLE_CPU_FREQ
24test_boost.c 25test_boost.c