diff options
Diffstat (limited to 'src/xfns.c')
-rw-r--r-- | src/xfns.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c index 3aa9b117dab..a02e20de419 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1796,6 +1796,8 @@ x_make_gc (f) f->display.x->background_pixel, DefaultDepth (x_current_display, XDefaultScreen (x_current_display)))); + init_frame_faces (f); + UNBLOCK_INPUT; } #endif /* HAVE_X11 */ |