From: Chris Hanson Date: Fri, 19 May 1995 21:39:32 +0000 (+0000) Subject: Add hooks to update PM console's font metric data when the font is X-Git-Tag: 20090517-FFI~6296 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5f476552859213e7b315ecd3a939080699f7e56e;p=mit-scheme.git Add hooks to update PM console's font metric data when the font is changed. --- diff --git a/v7/src/microcode/os2pmcon.c b/v7/src/microcode/os2pmcon.c index e50b05506..5608bae2e 100644 --- a/v7/src/microcode/os2pmcon.c +++ b/v7/src/microcode/os2pmcon.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2pmcon.c,v 1.9 1995/05/19 21:17:09 cph Exp $ +$Id: os2pmcon.c,v 1.10 1995/05/19 21:39:32 cph Exp $ Copyright (c) 1994-95 Massachusetts Institute of Technology @@ -153,6 +153,7 @@ void OS2_console_font_change_hook (font_metrics_t * metrics) { console_metrics = metrics; + console_resize (console_pel_width, console_pel_height); } static void