summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-02-19 14:14:22 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-02-19 14:14:22 +0000
commit6f221626a53e63c64a8e7c83c568f2220061a2f8 (patch)
tree4ace4a96db60414e66b0a87f9d2fc59eadfe6316 /src
parent1f80a499340183586905fdf45d363638b79834b3 (diff)
downloadbootloader-theme-6f221626a53e63c64a8e7c83c568f2220061a2f8.tar
bootloader-theme-6f221626a53e63c64a8e7c83c568f2220061a2f8.tar.gz
bootloader-theme-6f221626a53e63c64a8e7c83c568f2220061a2f8.tar.bz2
bootloader-theme-6f221626a53e63c64a8e7c83c568f2220061a2f8.tar.xz
bootloader-theme-6f221626a53e63c64a8e7c83c568f2220061a2f8.zip
Readd mandriva logo fadein at gfxboot startup
Diffstat (limited to 'src')
-rw-r--r--src/bsplash.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bsplash.inc b/src/bsplash.inc
index 0b93692..b5d72ae 100644
--- a/src/bsplash.inc
+++ b/src/bsplash.inc
@@ -211,7 +211,7 @@
/b2_ok false def
- /b2_text "text.jpg" readimage def
+ /b2_text "mandriva.pcx" readimage def
% /b2_spot "spotlite.jpg" readimage def
b2_text .undef eq { return } if
@@ -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
- 600 160 moveto
+ 193 44 moveto
/b2_orig b2_text imgsize savescreen def
/b2_buf b2_text imgsize savescreen def
@@ -282,7 +282,7 @@
0 0 moveto
0xffffff b2_text_tmp b2_buf blend
- 600 160 moveto b2_buf restorescreen
+ 193 44 moveto b2_buf restorescreen
false