patch-2.4.0-test5 linux/drivers/video/fbcon-hga.c

Next file: linux/drivers/video/fbcon-ilbm.c
Previous file: linux/drivers/video/fbcon-cfb8.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/fbcon-hga.c linux/drivers/video/fbcon-hga.c
@@ -213,9 +213,14 @@
 	 */
 
 struct display_switch fbcon_hga = {
-	fbcon_hga_setup, fbcon_hga_bmove, fbcon_hga_clear, fbcon_hga_putc,
-	fbcon_hga_putcs, fbcon_hga_revc, NULL, NULL, fbcon_hga_clear_margins,
-	FONTWIDTH(8)
+	setup:		fbcon_hga_setup,
+	bmove:		fbcon_hga_bmove,
+	clear:		fbcon_hga_clear,
+	putc:		fbcon_hga_putc,
+	putcs:		fbcon_hga_putcs,
+	revc:		fbcon_hga_revc,
+	clear_margins:	fbcon_hga_clear_margins,
+	fontwidthmask:	FONTWIDTH(8)
 };
 
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)