patch-2.4.0-test5 linux/drivers/video/fbcon-iplan2p2.c
Next file: linux/drivers/video/fbcon-iplan2p4.c
Previous file: linux/drivers/video/fbcon-ilbm.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-iplan2p2.c
- Orig date:
Wed Apr 26 16:34:08 2000
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/fbcon-iplan2p2.c linux/drivers/video/fbcon-iplan2p2.c
@@ -438,9 +438,14 @@
*/
struct display_switch fbcon_iplan2p2 = {
- fbcon_iplan2p2_setup, fbcon_iplan2p2_bmove, fbcon_iplan2p2_clear,
- fbcon_iplan2p2_putc, fbcon_iplan2p2_putcs, fbcon_iplan2p2_revc, NULL,
- NULL, fbcon_iplan2p2_clear_margins, FONTWIDTH(8)
+ setup: fbcon_iplan2p2_setup,
+ bmove: fbcon_iplan2p2_bmove,
+ clear: fbcon_iplan2p2_clear,
+ putc: fbcon_iplan2p2_putc,
+ putcs: fbcon_iplan2p2_putcs,
+ revc: fbcon_iplan2p2_revc,
+ clear_margins: fbcon_iplan2p2_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)