mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 15:52:00 -08:00
(struct kboard): New member Vdefault_minibuffer_frame.
This commit is contained in:
parent
9ba4720348
commit
2db45b7b38
1 changed files with 3 additions and 0 deletions
|
|
@ -108,6 +108,9 @@ struct kboard
|
|||
/* Alist of system-specific X windows key symbols. */
|
||||
Lisp_Object Vsystem_key_alist;
|
||||
|
||||
/* Minibufferless frames on this display use this frame's minibuffer. */
|
||||
Lisp_Object Vdefault_minibuffer_frame;
|
||||
|
||||
/* Number of displays using this KBOARD. Normally 1, but can be
|
||||
larger when you have multiple screens on a single X display. */
|
||||
int reference_count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue