summaryrefslogtreecommitdiff
path: root/uisimulator/common
diff options
context:
space:
mode:
authorTomer Shalev <shalev.tomer@gmail.com>2009-10-05 17:53:45 +0000
committerTomer Shalev <shalev.tomer@gmail.com>2009-10-05 17:53:45 +0000
commita39be4b3073ef32a3e33bdbf88f0c1474c7b1931 (patch)
tree1f933f70ab0fc45a1aa8b1e95fb24969bd7d5b20 /uisimulator/common
parentf7bd7252e14a151217f1a9b7eee6200eb23586a8 (diff)
downloadrockbox-a39be4b3073ef32a3e33bdbf88f0c1474c7b1931.tar.gz
rockbox-a39be4b3073ef32a3e33bdbf88f0c1474c7b1931.zip
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
Diffstat (limited to 'uisimulator/common')
-rw-r--r--uisimulator/common/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index cd9e7b8ad9..2218c497f8 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -312,7 +312,7 @@ void cpu_sleep(bool enabled)
312 (void)enabled; 312 (void)enabled;
313} 313}
314 314
315void button_set_flip_vertically(bool yesno) 315void button_set_flip(bool yesno)
316{ 316{
317 (void)yesno; 317 (void)yesno;
318} 318}