1
0
Fork 0
forked from len0rd/rockbox

Fix red: Invert buttons in RTL mode

- Revert renaming of button_set_flip()
- Moved rtl flipping logic to apps/actions.c as a static function
- Joined rtl_button_flip_needed() and button_flip_horizontally()


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22962 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Tomer Shalev 2009-10-05 17:53:45 +00:00
parent f7bd7252e1
commit a39be4b307
6 changed files with 47 additions and 57 deletions

View file

@ -312,7 +312,7 @@ void cpu_sleep(bool enabled)
(void)enabled;
}
void button_set_flip_vertically(bool yesno)
void button_set_flip(bool yesno)
{
(void)yesno;
}