From 523036251550b69ed3f204b1e1f21478cfc48174 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 20 Jan 2011 22:27:28 +0000 Subject: Fix FS#11881. Patch by Thomas Jarosch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29098 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/hosted/sdl/lcd-sdl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/target/hosted/sdl') diff --git a/firmware/target/hosted/sdl/lcd-sdl.c b/firmware/target/hosted/sdl/lcd-sdl.c index 5559369e0e..1b28d8b6db 100644 --- a/firmware/target/hosted/sdl/lcd-sdl.c +++ b/firmware/target/hosted/sdl/lcd-sdl.c @@ -32,7 +32,8 @@ void sdl_update_rect(SDL_Surface *surface, int x_start, int y_start, int width, { SDL_Rect dest; #if LCD_DEPTH >= 8 && (LCD_PIXELFORMAT == RGB565) \ - && !defined(LCD_STRIDEFORMAT) && !defined(HAVE_LCD_SPLIT) + && !defined(LCD_STRIDEFORMAT) && !defined(HAVE_LCD_SPLIT) \ + && !defined(HAVE_REMOTE_LCD) SDL_Rect src; (void)max_x; (void)max_y; -- cgit v1.2.3