diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-09-30 17:13:14 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-09-30 17:13:14 +0000 |
commit | e8800e674058ea33a8d43e5976277a18b8102233 (patch) | |
tree | 0cfe3e6f2b1ed9bb6282aa20d6bbfcf76dc92ea2 /console-client/ChangeLog | |
parent | 3f9ff75beda3a3084b4f846ba9616401055948b6 (diff) |
2002-09-30 Marcus Brinkmann <marcus@gnu.org>
* vga-support.c (vga_get_font_width): New function.
* vga-support.h: Add prototype for vga_get_font_width.
* vga-dynafont.c (create_system_font): Call vga_get_font_width to
determine real font width.
Diffstat (limited to 'console-client/ChangeLog')
-rw-r--r-- | console-client/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/console-client/ChangeLog b/console-client/ChangeLog index cf13d98d..3283fb0c 100644 --- a/console-client/ChangeLog +++ b/console-client/ChangeLog @@ -1,3 +1,10 @@ +2002-09-30 Marcus Brinkmann <marcus@gnu.org> + + * vga-support.c (vga_get_font_width): New function. + * vga-support.h: Add prototype for vga_get_font_width. + * vga-dynafont.c (create_system_font): Call vga_get_font_width to + determine real font width. + 2002-09-22 Marcus Brinkmann <marcus@gnu.org> * pc-kbd.c (sc_to_kc): Implement Meta-Backspace combinations. |