aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xfns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xfns.c b/src/xfns.c
index 7a5e4ff9d71..6eebc7deb04 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -2707,6 +2707,9 @@ This function is an internal primitive--use `make-frame' instead.")
2707 f->display.x->icon_bitmap = -1; 2707 f->display.x->icon_bitmap = -1;
2708 2708
2709 FRAME_X_DISPLAY_INFO (f) = dpyinfo; 2709 FRAME_X_DISPLAY_INFO (f) = dpyinfo;
2710#ifdef MULTI_KBOARD
2711 FRAME_KBOARD (f) = dpyinfo->kboard;
2712#endif
2710 2713
2711 /* Specify the parent under which to make this X window. */ 2714 /* Specify the parent under which to make this X window. */
2712 2715