|
From: James S. <jsi...@in...> - 2003-01-15 00:32:20
|
> accel_putcs() calls fb_sync() after fb_imageblit(), except if fontwidth is not > a multiple of 8 and it falls back to individual drawing of the characters. This > patch adds the missing call to fb_sync(). > > It also replaces `vc->vc_font.height * width' by its precalculated value in > `cellsize'. Applied. |