# HG changeset patch # User nenolod # Date 1137436708 28800 # Node ID cd9e80cedbaec5feec17042dcbd57e545c45684c # Parent aedd5dbc1a1c631b3dd8c3b845347bd1f6674d4e [svn] The default skin is now distributed as a png skin, not a bmp one due to the new skinning engine's support for PNG files. diff -r aedd5dbc1a1c -r cd9e80cedbae skin/Makefile.am --- a/skin/Makefile.am Mon Jan 16 10:32:57 2006 -0800 +++ b/skin/Makefile.am Mon Jan 16 10:38:28 2006 -0800 @@ -1,19 +1,19 @@ skindir = $(pkgdatadir)/Skins/Default skin_DATA = \ - balance.bmp \ - cbuttons.bmp \ - eq_ex.bmp \ - eqmain.bmp \ - main.bmp \ - monoster.bmp \ - nums_ex.bmp \ - playpaus.bmp \ - pledit.bmp \ - posbar.bmp \ - shufrep.bmp \ - text.bmp \ - titlebar.bmp \ - volume.bmp \ + balance.png \ + cbuttons.png \ + eq_ex.png \ + eqmain.png \ + main.png \ + monoster.png \ + nums_ex.png \ + playpaus.png \ + pledit.png \ + posbar.png \ + shufrep.png \ + text.png \ + titlebar.png \ + volume.png \ pledit.txt \ viscolor.txt diff -r aedd5dbc1a1c -r cd9e80cedbae skin/balance.bmp Binary file skin/balance.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/balance.png Binary file skin/balance.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/cbuttons.bmp Binary file skin/cbuttons.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/cbuttons.png Binary file skin/cbuttons.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/eq_ex.bmp Binary file skin/eq_ex.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/eq_ex.png Binary file skin/eq_ex.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/eqmain.bmp Binary file skin/eqmain.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/eqmain.png Binary file skin/eqmain.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/main.bmp Binary file skin/main.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/main.png Binary file skin/main.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/monoster.bmp Binary file skin/monoster.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/monoster.png Binary file skin/monoster.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/nums_ex.bmp Binary file skin/nums_ex.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/nums_ex.png Binary file skin/nums_ex.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/playpaus.bmp Binary file skin/playpaus.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/playpaus.png Binary file skin/playpaus.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/pledit.bmp Binary file skin/pledit.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/pledit.png Binary file skin/pledit.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/posbar.bmp Binary file skin/posbar.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/posbar.png Binary file skin/posbar.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/shufrep.bmp Binary file skin/shufrep.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/shufrep.png Binary file skin/shufrep.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/text.bmp Binary file skin/text.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/text.png Binary file skin/text.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/titlebar.bmp Binary file skin/titlebar.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/titlebar.png Binary file skin/titlebar.png has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/volume.bmp Binary file skin/volume.bmp has changed diff -r aedd5dbc1a1c -r cd9e80cedbae skin/volume.png Binary file skin/volume.png has changed