From 0a0d61e777c47d742be195dd9c661065be0eb7da Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Sun, 12 Jan 2014 01:50:21 +0100 Subject: Fix remote warnings and charcell reds, and remove minor left-over tuff. Change-Id: I10987ea9fcad94d502afd4ae4a80ab9022c75d2e --- apps/plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.h') diff --git a/apps/plugin.h b/apps/plugin.h index 5d6527d7a4..8a0d0562ff 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -326,7 +326,7 @@ struct plugin_api { void (*lcd_remote_set_contrast)(int x); void (*lcd_remote_clear_display)(void); void (*lcd_remote_puts)(int x, int y, const unsigned char *string); - void (*lcd_remote_puts_scroll)(int x, int y, const unsigned char* string); + bool (*lcd_remote_puts_scroll)(int x, int y, const unsigned char* string); void (*lcd_remote_scroll_stop)(void); void (*lcd_remote_set_drawmode)(int mode); int (*lcd_remote_get_drawmode)(void); -- cgit v1.2.3