patch-2.4.0-test5 linux/drivers/video/fbcon-vga-planes.c
Next file: linux/drivers/video/fbcon-vga.c
Previous file: linux/drivers/video/fbcon-mfb.c
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Mon Jul 24 18:24:26 2000
- Orig file:
v2.4.0-test4/linux/drivers/video/fbcon-vga-planes.c
- Orig date:
Thu Aug 12 09:44:38 1999
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/fbcon-vga-planes.c linux/drivers/video/fbcon-vga-planes.c
@@ -327,15 +327,23 @@
}
struct display_switch fbcon_vga_planes = {
- fbcon_vga_planes_setup, fbcon_vga_planes_bmove, fbcon_vga_planes_clear,
- fbcon_vga_planes_putc, fbcon_vga_planes_putcs, fbcon_vga_planes_revc,
- NULL, NULL, NULL, FONTWIDTH(8)
+ setup: fbcon_vga_planes_setup,
+ bmove: fbcon_vga_planes_bmove,
+ clear: fbcon_vga_planes_clear,
+ putc: fbcon_vga_planes_putc,
+ putcs: fbcon_vga_planes_putcs,
+ revc: fbcon_vga_planes_revc,
+ fontwidthmask: FONTWIDTH(8)
};
struct display_switch fbcon_ega_planes = {
- fbcon_vga_planes_setup, fbcon_vga_planes_bmove, fbcon_vga_planes_clear,
- fbcon_ega_planes_putc, fbcon_ega_planes_putcs, fbcon_vga_planes_revc,
- NULL, NULL, NULL, FONTWIDTH(8)
+ setup: fbcon_vga_planes_setup,
+ bmove: fbcon_vga_planes_bmove,
+ clear: fbcon_vga_planes_clear,
+ putc: fbcon_ega_planes_putc,
+ putcs: fbcon_ega_planes_putcs,
+ revc: fbcon_vga_planes_revc,
+ fontwidthmask: FONTWIDTH(8)
};
#ifdef MODULE
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)