Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11383 - Theme editor: SKIN_TOKEN_TOUCHREGION wrong format

Attached to Project: Rockbox
Opened by Maurus Cuelenaere (mcuelenaere) - Tuesday, 08 June 2010, 12:34 GMT+2
Last edited by Jonathan Gordon (jdgordon) - Tuesday, 08 June 2010, 16:45 GMT+2
Task Type Patches
Category Utils
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

According to http://www.rockbox.org/wiki/SkinBreakingChange , a touchregion has format %T(x,y,width,height,action) with action being a string.
However tag_table.c lists this as an integer, breaking current themes. This patch fixes that by changing it to a string.
   touchregion.diff (0.6 KiB)
 b/utils/themeeditor/tag_table.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

This task depends upon

Closed by  Jonathan Gordon (jdgordon)
Tuesday, 08 June 2010, 16:45 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  ta

Loading...