From: Chris Hanson Date: Fri, 19 May 1995 21:17:09 +0000 (+0000) Subject: Add hooks to update PM console's font metric data when the font is X-Git-Tag: 20090517-FFI~6298 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3a42736ac81d0959435a71d0a490fc8db5564d16;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 aa442535b..e50b05506 100644 --- a/v7/src/microcode/os2pmcon.c +++ b/v7/src/microcode/os2pmcon.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: os2pmcon.c,v 1.8 1995/05/19 21:04:27 cph Exp $ +$Id: os2pmcon.c,v 1.9 1995/05/19 21:17:09 cph Exp $ Copyright (c) 1994-95 Massachusetts Institute of Technology @@ -152,7 +152,7 @@ OS2_console_psid (void) void OS2_console_font_change_hook (font_metrics_t * metrics) { - font_metrics = metrics; + console_metrics = metrics; } static void