From 34031cba5bddcc29dee0f61b3ea6ee1529014181 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 28 Feb 2012 22:05:28 +1100 Subject: 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 --- wps/cabbiev2.112x64x1.wps | 1 + wps/cabbiev2.128x64x1.wps | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'wps') 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 -- cgit v1.2.3