mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-17 09:02:38 -05:00
Theme Editor: Implemented some basic viewport/text mirroring with the %ax tag
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27795 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4bca51b5b7
commit
1ee2cddf1a
5 changed files with 27 additions and 4 deletions
|
|
@ -120,6 +120,8 @@ private:
|
|||
int baseParam;
|
||||
ParseTreeNode* node;
|
||||
SkinDocument* doc;
|
||||
|
||||
bool mirrored;
|
||||
};
|
||||
|
||||
#endif // RBVIEWPORT_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue