diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 1 |
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 | } |