diff -r 87b508932fa3 -r 00eb34bfe348 thinstation/bootsplash.patch.patch --- a/thinstation/bootsplash.patch.patch Fri Oct 27 11:56:51 2017 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,29 +0,0 @@ ---- ../../../../../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; - + } - +#endif -- region.color = attr_bgcol_ec(bgshift, vc); -+ region.color = attr_bgcol_ec(bgshift, vc, info); - region.dx = sx * vc->vc_font.width; - region.dy = sy * vc->vc_font.height; - @@ -160,6 +177,13 @@ -@@ -2521,7 +2521,7 @@ - + } - +#endif - + -- region.color = attr_bgcol_ec(bgshift, vc); -+ region.color = attr_bgcol_ec(bgshift, vc, info); - region.rop = ROP_COPY; - - @@ -379,6 +410,14 @@