Revert r17988 and instead fix the button labels in the ipod simulator background images. This isn't 100% perfect (I didn't go back to the layered source images), but IMO is good enough.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17991 a1c6a512-1295-4272-9138-f99709370657
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 212 KiB After Width: | Height: | Size: 212 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 70 KiB |
Before Width: | Height: | Size: 83 KiB After Width: | Height: | Size: 83 KiB |
Before Width: | Height: | Size: 204 KiB After Width: | Height: | Size: 204 KiB |
|
@ -372,11 +372,11 @@ void button_event(int key, bool pressed)
|
||||||
break;
|
break;
|
||||||
case SDLK_KP8:
|
case SDLK_KP8:
|
||||||
case SDLK_UP:
|
case SDLK_UP:
|
||||||
new_btn = BUTTON_SCROLL_FWD;
|
new_btn = BUTTON_SCROLL_BACK;
|
||||||
break;
|
break;
|
||||||
case SDLK_KP2:
|
case SDLK_KP2:
|
||||||
case SDLK_DOWN:
|
case SDLK_DOWN:
|
||||||
new_btn = BUTTON_SCROLL_BACK;
|
new_btn = BUTTON_SCROLL_FWD;
|
||||||
break;
|
break;
|
||||||
case SDLK_KP_PLUS:
|
case SDLK_KP_PLUS:
|
||||||
case SDLK_F8:
|
case SDLK_F8:
|
||||||
|
|