# HG changeset patch # User Matthias Förste # Date 1301574189 -7200 # Node ID 3313529f0239edda50e15a17b6b0f1ed896be054 # Parent 7729b8ae5e3c2c3904e1e00c2723e34aff053fb7 fixed bootsplash compilation error diff -r 7729b8ae5e3c -r 3313529f0239 thinstation/bootsplash.patch.patch --- 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; + }