CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/03/29 11:23:00
Modified files:
sys/dev/ic : vga.c
Log message:
In vga_load_font(), keep track of the font bits being passed by the caller,
should the need to free them arise; and only perform the `use font' logic
if we are in the `use font' case (i.e. font->data == NULL).
Prompted by a discussion with dan mclaughlin on tech@
