Rockbox.org home
release
dev builds
extras
themes manual
wiki
device status forums
mailing lists
IRC bugs
patches
dev guide



Rockbox mail archive

Subject: minor skin break, touch regions tag, r30219

minor skin break, touch regions tag, r30219

From: Jonathan Gordon <jdgordy_at_gmail.com>
Date: Thu, 28 Jul 2011 23:16:15 +1000

Hi all,
So I just commited a chnage which will break some existing skins if
they use %T() for touchregions (The commit message says %Tl but it
should say %T).
the fix is dead simple:
in your .wps/.sbs/.fms find the %T line that breaks, then do the
following depending on what the action part looks like:

%T(..., &action) -> %T(..., action, repeat_press)
%T(..., *action) -> %T(..., action, long_press)
%T(..., !action) -> %T(..., action, reverse_bar)

These have been done in all skins in svn, so you will need to update
them with the build, not just the main binary

Jonathan
Received on 2011-07-28

Page template was last modified "Tue Sep 7 00:00:02 2021" The Rockbox Crew -- Privacy Policy