patch-2.4.0-test5 linux/drivers/video/fbcon-mac.c
Next file: linux/drivers/video/fbcon-mfb.c
Previous file: linux/drivers/video/fbcon-iplan2p8.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-mac.c
- Orig date:
Fri Jul 14 12:12:14 2000
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/video/fbcon-mac.c linux/drivers/video/fbcon-mac.c
@@ -447,8 +447,13 @@
*/
struct display_switch fbcon_mac = {
- fbcon_mac_setup, fbcon_redraw_bmove, fbcon_redraw_clear, fbcon_mac_putc,
- fbcon_mac_putcs, fbcon_mac_revc, NULL, NULL, NULL, FONTWIDTHRANGE(1,8)
+ setup: fbcon_mac_setup,
+ bmove: fbcon_redraw_bmove,
+ clear: fbcon_redraw_clear,
+ putc: fbcon_mac_putc,
+ putcs: fbcon_mac_putcs,
+ revc: fbcon_mac_revc,
+ fontwidthmask: FONTWIDTHRANGE(1,8)
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)