aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;