aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorKarl Heuer1995-05-09 05:16:50 +0000
committerKarl Heuer1995-05-09 05:16:50 +0000
commit2db45b7b38e4e918a643bcd883b1f9089c8a1e24 (patch)
tree1cc6f0b16520645a7eb28675f08dc3b1494c7ed9 /src/keyboard.h
parent9ba472034841d7093e66b150c7e064a4017d0986 (diff)
downloademacs-2db45b7b38e4e918a643bcd883b1f9089c8a1e24.tar.gz
emacs-2db45b7b38e4e918a643bcd883b1f9089c8a1e24.zip
(struct kboard): New member Vdefault_minibuffer_frame.
Diffstat (limited to 'src/keyboard.h')
-rw-r--r--src/keyboard.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h
index eb4f3733f2e..88ae1be5786 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -108,6 +108,9 @@ struct kboard
108 /* Alist of system-specific X windows key symbols. */ 108 /* Alist of system-specific X windows key symbols. */
109 Lisp_Object Vsystem_key_alist; 109 Lisp_Object Vsystem_key_alist;
110 110
111 /* Minibufferless frames on this display use this frame's minibuffer. */
112 Lisp_Object Vdefault_minibuffer_frame;
113
111 /* Number of displays using this KBOARD. Normally 1, but can be 114 /* Number of displays using this KBOARD. Normally 1, but can be
112 larger when you have multiple screens on a single X display. */ 115 larger when you have multiple screens on a single X display. */
113 int reference_count; 116 int reference_count;