diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-29 17:49:54 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-10-29 17:49:54 +0000 |
commit | 1d88dc89f597004de560984a21f11068bbc31547 (patch) | |
tree | 87ddaa825f9bcf09e86de1851ba1cd3523584cb8 /src/bsplash.inc | |
parent | 83d8228ab025e197278367cbde597e4945952c92 (diff) | |
download | bootloader-theme-1d88dc89f597004de560984a21f11068bbc31547.tar bootloader-theme-1d88dc89f597004de560984a21f11068bbc31547.tar.gz bootloader-theme-1d88dc89f597004de560984a21f11068bbc31547.tar.bz2 bootloader-theme-1d88dc89f597004de560984a21f11068bbc31547.tar.xz bootloader-theme-1d88dc89f597004de560984a21f11068bbc31547.zip |
adjust logo position parameters for new theme
Diffstat (limited to 'src/bsplash.inc')
-rw-r--r-- | src/bsplash.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bsplash.inc b/src/bsplash.inc index b5d72ae..d74c894 100644 --- a/src/bsplash.inc +++ b/src/bsplash.inc @@ -219,7 +219,7 @@ /b2_text_tmp b2_text imgsize 0 0 moveto savescreen def % /b2_spot_tmp b2_spot imgsize 0 0 moveto savescreen def - 193 44 moveto + 199 37 moveto /b2_orig b2_text imgsize savescreen def /b2_buf b2_text imgsize savescreen def @@ -272,7 +272,7 @@ b2_buf b2_orig over length memcpy b2_text_tmp b2_text over length memcpy - 0 255 b2_idx b2_start sub 20 mul sub 0 max b2_text_tmp blend + 90 255 b2_idx b2_start sub 20 mul sub 90 max b2_text_tmp blend % b2_spot_tmp b2_spot over length memcpy % 0 255 b2_idx b2_start sub 20 mul sub 0 max b2_spot_tmp blend @@ -282,7 +282,7 @@ 0 0 moveto 0xffffff b2_text_tmp b2_buf blend - 193 44 moveto b2_buf restorescreen + 199 37 moveto b2_buf restorescreen false |