mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-12 14:42:31 -05:00
Fix remote not being shown when displaying background in the sim.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8652 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
32ed0d80a9
commit
3898dedbb1
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ void lcd_remote_update_rect(int x_start, int y_start, int width, int height)
|
||||||
{
|
{
|
||||||
sdl_update_rect(remote_surface, x_start, y_start, width, height,
|
sdl_update_rect(remote_surface, x_start, y_start, width, height,
|
||||||
LCD_REMOTE_WIDTH, LCD_REMOTE_HEIGHT, background ? UI_REMOTE_POSX : 0,
|
LCD_REMOTE_WIDTH, LCD_REMOTE_HEIGHT, background ? UI_REMOTE_POSX : 0,
|
||||||
(background? UI_REMOTE_POSY : 0) + UI_LCD_HEIGHT, get_lcd_remote_pixel);
|
(background ? UI_REMOTE_POSY : LCD_HEIGHT), get_lcd_remote_pixel);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* initialise simulator lcd remote driver */
|
/* initialise simulator lcd remote driver */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue