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

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

diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/fbcon-vga.c linux/drivers/video/fbcon-vga.c
@@ -177,8 +177,13 @@
      */
 
 struct display_switch fbcon_vga = {
-    fbcon_vga_setup, fbcon_vga_bmove, fbcon_vga_clear, fbcon_vga_putc,
-    fbcon_vga_putcs, fbcon_vga_revc, NULL, NULL, NULL, FONTWIDTH(8)
+    setup:		fbcon_vga_setup,
+    bmove:		fbcon_vga_bmove,
+    clear:		fbcon_vga_clear,
+    putc:		fbcon_vga_putc,
+    putcs:		fbcon_vga_putcs,
+    revc:		fbcon_vga_revc,
+    fontwidthmask:	FONTWIDTH(8)
 };
 
 

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