thinstation/bootsplash.patch.patch
changeset 9 7729b8ae5e3c
parent 8 44bfdfba46fb
child 10 3313529f0239
equal deleted inserted replaced
8:44bfdfba46fb 9:7729b8ae5e3c
     1 --- bootsplash.patch.orig	2011-03-28 13:59:49.856107437 +0200
     1 --- bootsplash.patch.orig	2009-03-26 10:19:04.000000000 +0100
     2 +++ bootsplash.patch		2011-03-28 14:36:31.192175994 +0200
     2 +++ bootsplash.patch	2011-03-28 15:11:16.248115154 +0200
     3 @@ -2493,7 +2493,7 @@
     3 @@ -2493,7 +2493,7 @@
     4  +		return;
     4  +		return;
     5  +	}
     5  +	}
     6  +#endif
     6  +#endif
     7 - 	region.color = attr_bgcol_ec(bgshift, vc);
     7 - 	region.color = attr_bgcol_ec(bgshift, vc);
    16 - 	region.color = attr_bgcol_ec(bgshift, vc);
    16 - 	region.color = attr_bgcol_ec(bgshift, vc);
    17 + 	region.color = attr_bgcol_ec(bgshift, vc, info);
    17 + 	region.color = attr_bgcol_ec(bgshift, vc, info);
    18   	region.rop = ROP_COPY;
    18   	region.rop = ROP_COPY;
    19   
    19   
    20  @@ -379,6 +410,14 @@
    20  @@ -379,6 +410,14 @@
    21 @@ -2729,7 +2729,7 @@
       
    22  @@ -13,6 +13,7 @@
       
    23   obj-$(CONFIG_VT)		  += console/
       
    24   obj-$(CONFIG_LOGO)		  += logo/
       
    25 - obj-y				  += backlight/
       
    26 + obj-y				  += backlight/ display/
       
    27  +obj-$(CONFIG_BOOTSPLASH)	  += bootsplash/
       
    28   
       
    29   obj-$(CONFIG_FB_CFB_FILLRECT)  += cfbfillrect.o