summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rocklib.c
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2009-10-29 07:48:26 +0000
committerKevin Ferrare <kevin@rockbox.org>2009-10-29 07:48:26 +0000
commit19c3e77fa06cca129c4be9b404297f0ab485ee77 (patch)
treef419f9fd410a84cbdcdf7c10007b7f7db1d4bc72 /apps/plugins/lua/rocklib.c
parent9f0cbb5a36911493467e31923eb48afd0af21e34 (diff)
downloadrockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.tar.gz
rockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.zip
Boomshine plugin : port to Greyscale and B/W targets, and targets without touchscreen (currently using the virtual keyboard keymap)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23397 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua/rocklib.c')
-rw-r--r--apps/plugins/lua/rocklib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib.c b/apps/plugins/lua/rocklib.c
index 0b336b3784..ca77d5ea8f 100644
--- a/apps/plugins/lua/rocklib.c
+++ b/apps/plugins/lua/rocklib.c
@@ -674,6 +674,7 @@ LUALIB_API int luaopen_rock(lua_State *L)
674 674
675 RB_CONSTANT(LCD_WIDTH); 675 RB_CONSTANT(LCD_WIDTH);
676 RB_CONSTANT(LCD_HEIGHT); 676 RB_CONSTANT(LCD_HEIGHT);
677 RB_CONSTANT(LCD_DEPTH);
677 678
678 RB_CONSTANT(FONT_SYSFIXED); 679 RB_CONSTANT(FONT_SYSFIXED);
679 RB_CONSTANT(FONT_UI); 680 RB_CONSTANT(FONT_UI);