From 3a42736ac81d0959435a71d0a490fc8db5564d16 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 19 May 1995 21:17:09 +0000 Subject: [PATCH] Add hooks to update PM console's font metric data when the font is changed. --- v7/src/microcode/os2pmcon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1