From 0f063b7d725e2c418aa0fb6f06193c79cc9ebea6 Mon Sep 17 00:00:00 2001 From: Rafaël Carré Date: Sat, 28 Aug 2010 21:46:18 +0000 Subject: Implement lcd(_remote)_putsxyf() and export to plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27921 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 5101ceeb20..767c593f57 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -723,6 +723,7 @@ static const struct plugin_api rockbox_api = { the API gets incompatible */ lcd_putsf, + lcd_putsxyf, }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.2.3