From c2b573941957793dfa7fd0c5fea46858a7ff43be Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Wed, 6 Oct 2010 12:52:00 +0000 Subject: Fix targets with remote display, forgot to add the new functions to their header. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28215 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/lcd-remote.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 5b96863536..93b2968033 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -128,6 +128,8 @@ extern void lcd_remote_puts_offset(int x, int y, const unsigned char *str, int offset); extern void lcd_remote_puts_style_offset(int x, int y, const unsigned char *str, int style, int offset); +extern void lcd_remote_puts_style_xyoffset(int x, int y, const unsigned char *str, + int style, int x_offset, int y_offset); extern void lcd_remote_putc(int x, int y, unsigned short ch); extern void lcd_remote_stop_scroll(void); extern void lcd_remote_scroll_speed(int speed); @@ -140,6 +142,10 @@ extern void lcd_remote_puts_scroll_offset(int x, int y, extern void lcd_remote_puts_scroll_style_offset(int x, int y, const unsigned char *string, int style, int offset); +extern void lcd_remote_puts_scroll_style_xyoffset(int x, int y, + const unsigned char *string, + int style, int x_offset, + int y_offset); extern void lcd_remote_update(void); extern void lcd_remote_update_rect(int x, int y, int width, int height); -- cgit v1.2.3