patch-2.1.107 linux/drivers/video/fbcon-cfb8.c
Next file: linux/drivers/video/fbcon-ilbm.c
Previous file: linux/drivers/video/fbcon-cfb4.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Jun 24 14:44:01 1998
- Orig file:
v2.1.106/linux/drivers/video/fbcon-cfb8.c
- Orig date:
Wed Apr 8 19:36:28 1998
diff -u --recursive --new-file v2.1.106/linux/drivers/video/fbcon-cfb8.c linux/drivers/video/fbcon-cfb8.c
@@ -41,7 +41,7 @@
void fbcon_cfb8_setup(struct display *p)
{
- p->next_line = p->var.xres_virtual;
+ p->next_line = p->line_length ? p->line_length : p->var.xres_virtual;
p->next_plane = 0;
}
@@ -178,7 +178,7 @@
struct display_switch fbcon_cfb8 = {
fbcon_cfb8_setup, fbcon_cfb8_bmove, fbcon_cfb8_clear, fbcon_cfb8_putc,
- fbcon_cfb8_putcs, fbcon_cfb8_revc
+ fbcon_cfb8_putcs, fbcon_cfb8_revc, NULL
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov