patch-2.4.0-test5 linux/drivers/video/fbcon-ilbm.c
Next file: linux/drivers/video/fbcon-iplan2p2.c
Previous file: linux/drivers/video/fbcon-hga.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Jul 24 18:24:26 2000
- Orig file:
v2.4.0-test4/linux/drivers/video/fbcon-ilbm.c
- Orig date:
Mon Oct 11 15:38:15 1999
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/fbcon-ilbm.c linux/drivers/video/fbcon-ilbm.c
@@ -259,8 +259,13 @@
*/
struct display_switch fbcon_ilbm = {
- fbcon_ilbm_setup, fbcon_ilbm_bmove, fbcon_ilbm_clear, fbcon_ilbm_putc,
- fbcon_ilbm_putcs, fbcon_ilbm_revc, NULL, NULL, NULL, FONTWIDTH(8)
+ setup: fbcon_ilbm_setup,
+ bmove: fbcon_ilbm_bmove,
+ clear: fbcon_ilbm_clear,
+ putc: fbcon_ilbm_putc,
+ putcs: fbcon_ilbm_putcs,
+ revc: fbcon_ilbm_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)