cosmetic.... LINE_ALTERNATOR can contain LINE so make it more important than LINE in the enum

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27272 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-07-04 02:05:42 +00:00
parent dc34785b18
commit 78c9a19e51

View file

@ -37,8 +37,8 @@ enum skin_element_type
{
UNKNOWN = -1,
VIEWPORT,
LINE,
LINE_ALTERNATOR,
LINE,
CONDITIONAL,
TAG,
TEXT,