summaryrefslogtreecommitdiff
path: root/apps/gui/skin_engine/wps_internals.h
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2010-01-07 07:34:15 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2010-01-07 07:34:15 +0000
commit91e6b06be97aac8e0f532113723fa9a38fc6cf8c (patch)
tree973c8538bf4cdfcb418103563e2b42f8ce421a15 /apps/gui/skin_engine/wps_internals.h
parent57667c51cf09de052222484ce94fbd6da113a55c (diff)
downloadrockbox-91e6b06be97aac8e0f532113723fa9a38fc6cf8c.tar.gz
rockbox-91e6b06be97aac8e0f532113723fa9a38fc6cf8c.zip
RTL language enhancements by Tomers Shalev and I.
3 new tokens: %ax - the next token should follow the language direction (what that means is defined by the individual tokens) %aL - align left on LTR language (same as %al), right on RTL languages %aR - align right on LTR language (same as %ar), left on RTL languages This commit adds %ax support to the %V and %Cl tokens. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24193 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_internals.h')
-rw-r--r--apps/gui/skin_engine/wps_internals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/skin_engine/wps_internals.h b/apps/gui/skin_engine/wps_internals.h
index e975616f91..bd0c1c01c7 100644
--- a/apps/gui/skin_engine/wps_internals.h
+++ b/apps/gui/skin_engine/wps_internals.h
@@ -99,6 +99,7 @@ struct progressbar {
99 short y; 99 short y;
100 short width; 100 short width;
101 short height; 101 short height;
102 bool follow_lang_direction;
102 /*progressbar image*/ 103 /*progressbar image*/
103 struct bitmap bm; 104 struct bitmap bm;
104 bool have_bitmap_pb; 105 bool have_bitmap_pb;