From c84e345e6e2d17ce95ee703d98760e005a3a0f7d Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 24 Mar 2008 00:45:03 +0000 Subject: Oops, fix red. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16776 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index 15a7e9127f..aa6b65a34a 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -74,7 +74,6 @@ static const struct plugin_api rockbox_api = { /* lcd */ lcd_set_contrast, lcd_update, - lcd_update_rect, lcd_clear_display, lcd_setmargins, lcd_getstringsize, @@ -93,6 +92,7 @@ static const struct plugin_api rockbox_api = { lcd_double_height, #else &lcd_framebuffer[0][0], + lcd_update_rect, lcd_set_drawmode, lcd_get_drawmode, lcd_setfont, -- cgit v1.2.3