aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy1993-05-19 03:06:38 +0000
committerJim Blandy1993-05-19 03:06:38 +0000
commitdecb54c69005d5c0ffe96ea4fd4dbfb34d0540e5 (patch)
tree465ce08c6af9c2ee20a232f8265d6b2ad766df51 /src
parent752a043ffa37cb8a652f6913ff94d1e1c8923358 (diff)
downloademacs-decb54c69005d5c0ffe96ea4fd4dbfb34d0540e5.tar.gz
emacs-decb54c69005d5c0ffe96ea4fd4dbfb34d0540e5.zip
* xterm.c (x_new_font): Tell the frame display faces about the
newly chosen font.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 66251846cb9..91622d7f27d 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -3929,6 +3929,7 @@ x_new_font (f, fontname)
3929 f->display.x->font->fid); 3929 f->display.x->font->fid);
3930 XSetFont (x_current_display, f->display.x->cursor_gc, 3930 XSetFont (x_current_display, f->display.x->cursor_gc,
3931 f->display.x->font->fid); 3931 f->display.x->font->fid);
3932 init_frame_faces (f);
3932 3933
3933 x_set_window_size (f, f->width, f->height); 3934 x_set_window_size (f, f->width, f->height);
3934 } 3935 }