summaryrefslogtreecommitdiff
path: root/uisimulator/sdl/lcd-bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/sdl/lcd-bitmap.h')
-rw-r--r--uisimulator/sdl/lcd-bitmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/sdl/lcd-bitmap.h b/uisimulator/sdl/lcd-bitmap.h
index 74aafa8cd1..a898744b41 100644
--- a/uisimulator/sdl/lcd-bitmap.h
+++ b/uisimulator/sdl/lcd-bitmap.h
@@ -27,7 +27,7 @@
27 27
28void sim_lcd_init(void); 28void sim_lcd_init(void);
29#if LCD_DEPTH < 8 29#if LCD_DEPTH < 8
30void sim_lcd_ex_init(int shades, unsigned long (*getpixel)(int, int)); 30void sim_lcd_ex_init(unsigned long (*getpixel)(int, int));
31void sim_lcd_ex_update_rect(int x, int y, int width, int height); 31void sim_lcd_ex_update_rect(int x, int y, int width, int height);
32#endif 32#endif
33 33