1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Dave Chapman 2008-07-08 23:27:09 +00:00
parent a1a0ae631c
commit ee4ff052c2
9 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 212 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 83 KiB

After

Width:  |  Height:  |  Size: 83 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 204 KiB

Before After
Before After

View file

@ -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: