aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c2
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)
1796 f->display.x->background_pixel, 1796 f->display.x->background_pixel,
1797 DefaultDepth (x_current_display, XDefaultScreen (x_current_display)))); 1797 DefaultDepth (x_current_display, XDefaultScreen (x_current_display))));
1798 1798
1799 init_frame_faces (f);
1800
1799 UNBLOCK_INPUT; 1801 UNBLOCK_INPUT;
1800} 1802}
1801#endif /* HAVE_X11 */ 1803#endif /* HAVE_X11 */