projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ab2cb
)
Add hooks to update PM console's font metric data when the font is
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 19 May 1995 22:38:13 +0000
(22:38 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 19 May 1995 22:38:13 +0000
(22:38 +0000)
changed.
v7/src/microcode/os2pmcon.c
patch
|
blob
|
history
diff --git
a/v7/src/microcode/os2pmcon.c
b/v7/src/microcode/os2pmcon.c
index c4e3b5c4aa5705cca8220ef922805715b8fefd16..fa589e106ec5695ddd36e73c44ee8d9579b0ab5a 100644
(file)
--- a/
v7/src/microcode/os2pmcon.c
+++ b/
v7/src/microcode/os2pmcon.c
@@
-1,6
+1,6
@@
/* -*-C-*-
-$Id: os2pmcon.c,v 1.1
1 1995/05/19 21:57
:13 cph Exp $
+$Id: os2pmcon.c,v 1.1
2 1995/05/19 22:38
:13 cph Exp $
Copyright (c) 1994-95 Massachusetts Institute of Technology
@@
-157,8
+157,10
@@
OS2_console_psid (void)
void
OS2_console_font_change_hook (font_metrics_t * metrics)
{
+ grab_console_lock ();
console_metrics = metrics;
console_resize (console_pel_width, console_pel_height);
+ release_console_lock ();
}
\f
static void