From 0131a3873e0cb05bd357326b441f2cbc1884c657 Mon Sep 17 00:00:00 2001 From: Karl Kurbjun Date: Sun, 2 Aug 2009 07:05:30 +0000 Subject: Pluginlib: Add support for general buttons. Add menu and quit buttons to Reversi. MRobe 500: Modify touch handler to return the previous data always rather than 0 when there is no touch. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22110 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 35b4179..52565b8 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -668,6 +668,8 @@ static const struct plugin_api rockbox_api = { #if defined(HAVE_USBSTACK) && defined(USB_ENABLE_HID) usb_hid_send, #endif + + lcd_set_viewport, }; int plugin_load(const char* plugin, const void* parameter) -- cgit v1.1