patch-2.4.0-test5 linux/drivers/video/fbcon-mfb.c
Next file: linux/drivers/video/fbcon-vga-planes.c
Previous file: linux/drivers/video/fbcon-mac.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Jul 24 18:24:26 2000
- Orig file:
v2.4.0-test4/linux/drivers/video/fbcon-mfb.c
- Orig date:
Mon Oct 11 15:38:15 1999
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/fbcon-mfb.c linux/drivers/video/fbcon-mfb.c
@@ -178,9 +178,14 @@
*/
struct display_switch fbcon_mfb = {
- fbcon_mfb_setup, fbcon_mfb_bmove, fbcon_mfb_clear, fbcon_mfb_putc,
- fbcon_mfb_putcs, fbcon_mfb_revc, NULL, NULL, fbcon_mfb_clear_margins,
- FONTWIDTH(8)
+ setup: fbcon_mfb_setup,
+ bmove: fbcon_mfb_bmove,
+ clear: fbcon_mfb_clear,
+ putc: fbcon_mfb_putc,
+ putcs: fbcon_mfb_putcs,
+ revc: fbcon_mfb_revc,
+ clear_margins: fbcon_mfb_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)