# HG changeset patch # User Karl Heuer # Date 795232397 0 # Node ID 634a981049216bfa2d9777dc25b848aa5f61c548 # Parent f0fe22922005500d272ad3fde3f69a7be3efd8db (Fx_create_frame): set the frame's kboard member. diff -r f0fe22922005 -r 634a98104921 src/xfns.c --- a/src/xfns.c Wed Mar 15 01:53:00 1995 +0000 +++ b/src/xfns.c Wed Mar 15 01:53:17 1995 +0000 @@ -2707,6 +2707,9 @@ 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. */