]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_create_frame): set the frame's kboard member.
authorKarl Heuer <kwzh@gnu.org>
Wed, 15 Mar 1995 01:53:17 +0000 (01:53 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 15 Mar 1995 01:53:17 +0000 (01:53 +0000)
src/xfns.c

index 7a5e4ff9d717ae353f05f655a035f79f3ee10459..6eebc7deb040ea38e6587618ef6e8974c728503d 100644 (file)
@@ -2707,6 +2707,9 @@ This function is an internal primitive--use `make-frame' instead.")
   f->display.x->icon_bitmap = -1;
 
   FRAME_X_DISPLAY_INFO (f) = dpyinfo;
+#ifdef MULTI_KBOARD
+  FRAME_KBOARD (f) = dpyinfo->kboard;
+#endif
 
   /* Specify the parent under which to make this X window.  */