summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbcon-mac.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/fbcon-mac.c')
-rw-r--r--drivers/video/fbcon-mac.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/drivers/video/fbcon-mac.c b/drivers/video/fbcon-mac.c
index 2d021dd87..2a82bca4a 100644
--- a/drivers/video/fbcon-mac.c
+++ b/drivers/video/fbcon-mac.c
@@ -447,8 +447,13 @@ static int get_pixel_mac(struct display *p, int pixel_x, int pixel_y)
*/
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)
};