--- a/thinstation/bootsplash.patch.patch Mon Mar 28 15:14:33 2011 +0200
+++ b/thinstation/bootsplash.patch.patch Thu Mar 31 14:23:09 2011 +0200
@@ -1,5 +1,14 @@
---- bootsplash.patch.orig 2009-03-26 10:19:04.000000000 +0100
-+++ bootsplash.patch 2011-03-28 15:11:16.248115154 +0200
+--- ../../../../../bootsplash-3.1.6-2.6.24.diff 2009-03-26 10:19:04.000000000 +0100
++++ bootsplash.patch 2011-03-29 19:29:44.816130546 +0200
+@@ -2318,7 +2318,7 @@
+ + int sx, int height, int width)
+ +{
+ + int bgshift = (vc->vc_hi_font_mask) ? 13 : 12;
+-+ int bg_color = attr_bgcol_ec(bgshift, vc);
+++ int bg_color = attr_bgcol_ec(bgshift, vc, info);
+ + int transparent = sd->splash_color == bg_color;
+ + u32 bgx;
+ + u8 *dst;
@@ -2493,7 +2493,7 @@
+ return;
+ }