From 0f063b7d725e2c418aa0fb6f06193c79cc9ebea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= 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.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 2bcd93e..2f187f1 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -896,6 +896,7 @@ struct plugin_api { the API gets incompatible */ void (*lcd_putsf)(int x, int y, const unsigned char *fmt, ...); + void (*lcd_putsxyf)(int x, int y, const unsigned char *fmt, ...); }; /* plugin header */ -- cgit v1.1