Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 487 → Rev 488

/shark/trunk/drivers/fb/fbmem.c
1404,6 → 1404,7
 
if (info->var.bits_per_pixel > 8)
info->fix.visual = FB_VISUAL_TRUECOLOR;
info->fix.line_length = info->var.xres * info->var.bits_per_pixel;
 
rect.dx = 0;
rect.dy = 0;