diff options
author | Dan Everton <dan@iocaine.org> | 2006-02-16 18:54:41 +0000 |
---|---|---|
committer | Dan Everton <dan@iocaine.org> | 2006-02-16 18:54:41 +0000 |
commit | aef9e85a325e3db284298de7b4bc25eff0b7ac62 (patch) | |
tree | f67497c43119cb25857722b9a58d0cffef2984a1 /uisimulator | |
parent | fa41253f04e5a6ca7620dbc30add9872aa5a8988 (diff) | |
download | rockbox-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
Diffstat (limited to 'uisimulator')
-rw-r--r-- | uisimulator/sdl/lcd-remote.c | 2 |
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) } else { sdl_set_gradient(remote_surface, &remote_color_zero, &remote_color_max, (1<<LCD_REMOTE_DEPTH)); } + + lcd_remote_update(); } /* initialise simulator lcd remote driver */ |