1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

* xterm.c (x_new_font): Tell the frame display faces about the

newly chosen font.
This commit is contained in:
Jim Blandy 1993-05-19 03:06:38 +00:00
parent 752a043ffa
commit decb54c690

View File

@ -3929,6 +3929,7 @@ x_new_font (f, fontname)
f->display.x->font->fid);
XSetFont (x_current_display, f->display.x->cursor_gc,
f->display.x->font->fid);
init_frame_faces (f);
x_set_window_size (f, f->width, f->height);
}