[OpenBIOS] [PATCH 04/20] video_common.c: remove manual screen clear since fb8-erase-screen does this now

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Sat Jun 15 10:38:42 CEST 2013


Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
---
 openbios-devel/libopenbios/video_common.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/openbios-devel/libopenbios/video_common.c b/openbios-devel/libopenbios/video_common.c
index 29ee876..8649536 100644
--- a/openbios-devel/libopenbios/video_common.c
+++ b/openbios-devel/libopenbios/video_common.c
@@ -412,7 +412,6 @@ init_video( unsigned long fb, int width, int height, int depth, int rb )
 		set_color( i, i * 0x010101 );
 
 	set_color( 254, 0xffffcc );
-	fill_rect( 254, 0, 0, video.fb.w, video.fb.h );
 
 	refresh_palette();
 	startup_splash();
-- 
1.7.10.4




More information about the OpenBIOS mailing list