summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Everton <dan@iocaine.org>2006-02-16 18:54:41 +0000
committerDan Everton <dan@iocaine.org>2006-02-16 18:54:41 +0000
commitaef9e85a325e3db284298de7b4bc25eff0b7ac62 (patch)
treef67497c43119cb25857722b9a58d0cffef2984a1
parentfa41253f04e5a6ca7620dbc30add9872aa5a8988 (diff)
downloadrockbox-aef9e85a325e3db284298de7b4bc25eff0b7ac62.tar.gz
rockbox-aef9e85a325e3db284298de7b4bc25eff0b7ac62.zip
Fix palette generation and remote LCD update in SDL sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8704 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--uisimulator/sdl/lcd-remote.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/uisimulator/sdl/lcd-remote.c b/uisimulator/sdl/lcd-remote.c
index 5ce0447601..64b641ad6d 100644
--- a/uisimulator/sdl/lcd-remote.c
+++ b/uisimulator/sdl/lcd-remote.c
@@ -52,6 +52,8 @@ void sim_remote_backlight(int value)
52 } else { 52 } else {
53 sdl_set_gradient(remote_surface, &remote_color_zero, &remote_color_max, (1<<LCD_REMOTE_DEPTH)); 53 sdl_set_gradient(remote_surface, &remote_color_zero, &remote_color_max, (1<<LCD_REMOTE_DEPTH));
54 } 54 }
55
56 lcd_remote_update();
55} 57}
56 58
57/* initialise simulator lcd remote driver */ 59/* initialise simulator lcd remote driver */