diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2012-02-28 22:05:28 +1100 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2012-02-28 23:51:01 +1100 |
commit | 34031cba5bddcc29dee0f61b3ea6ee1529014181 (patch) | |
tree | fed3c7dc82c2711f505dc5e51a9c4ce71470c606 /wps | |
parent | 0807fe8d3634010a8a8303e5b0a7abb2bd28a937 (diff) |
skin_engine: Clean up %x() handling - beware theme issues
Internally remove some hacks around how %x() is handled.
%x() inside the default viewport will no longer work if
other viewports are used, so if you are using viewports and
%x() make sure it is in a viewport!
Change-Id: I8ecab805d55fc0f8476ff0516cba38e23400aa20
Diffstat (limited to 'wps')
-rw-r--r-- | wps/cabbiev2.112x64x1.wps | 1 | ||||
-rw-r--r-- | wps/cabbiev2.128x64x1.wps | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wps/cabbiev2.112x64x1.wps b/wps/cabbiev2.112x64x1.wps index 3c56df1be1..cfefac890d 100644 --- a/wps/cabbiev2.112x64x1.wps +++ b/wps/cabbiev2.112x64x1.wps @@ -5,6 +5,7 @@ %wd # # Load Backdrop +%V(0,0,-,-,-) %x(z,wpsbackdrop-112x64x1.bmp,0,0) # # Preload Images diff --git a/wps/cabbiev2.128x64x1.wps b/wps/cabbiev2.128x64x1.wps index 71c80aa728..23da53f4d3 100644 --- a/wps/cabbiev2.128x64x1.wps +++ b/wps/cabbiev2.128x64x1.wps @@ -11,12 +11,11 @@ %xl(D,shuffle-128x64x1.bmp,0,1) %xl(E,repeat-128x64x1.bmp,0,0,4) %xl(F,playmode-128x64x1.bmp,0,0,5) -%x(a,pbbackground-128x64x1.bmp,1,0) %xl(b,bar-128x64x1.bmp,2,0) # # Progress Bar %V(0,0,128,6,1) -#%xd(a) +%x(a,pbbackground-128x64x1.bmp,1,0) %pb(2,1,123,4,pb-128x64x1.bmp) # # Separator Bar |