From 9cedf39430ad5615e3f27df3ab02e942d8ec1732 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 23 Jun 2005 17:13:05 +0000 Subject: Fix red builds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6845 a1c6a512-1295-4272-9138-f99709370657 --- firmware/drivers/lcd-h100-remote.c | 2 ++ firmware/export/lcd-remote.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/drivers/lcd-h100-remote.c b/firmware/drivers/lcd-h100-remote.c index 4798a51743..181fcc24fc 100644 --- a/firmware/drivers/lcd-h100-remote.c +++ b/firmware/drivers/lcd-h100-remote.c @@ -98,7 +98,9 @@ static const unsigned char ones[8] = { /* scrolling */ static volatile int scrolling_lines=0; /* Bitpattern of which lines are scrolling */ +#ifndef SIMULATOR static void scroll_thread(void); +#endif static long scroll_stack[DEFAULT_STACK_SIZE/sizeof(long)]; static const char scroll_name[] = "remote_scroll"; static char scroll_ticks = 12; /* # of ticks between updates*/ diff --git a/firmware/export/lcd-remote.h b/firmware/export/lcd-remote.h index 58133fc7ce..c5793eda93 100644 --- a/firmware/export/lcd-remote.h +++ b/firmware/export/lcd-remote.h @@ -52,7 +52,7 @@ extern void lcd_remote_puts_scroll_style(int x, int y, const unsigned char* stri int style); extern void lcd_remote_update(void); -extern void lcd_remote_update_rect int x_start, int y, int width, int height); +extern void lcd_remote_update_rect(int x_start, int y, int width, int height); /* Memory copy of display bitmap */ extern unsigned char lcd_remote_framebuffer[LCD_REMOTE_HEIGHT/8][LCD_REMOTE_WIDTH]; -- cgit v1.2.3