summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
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 93d4d7bd0f3..eb4f3733f2e 100644
--- a/src/keyboard.h
+++ b/src/keyboard.h
@@ -105,6 +105,9 @@ struct kboard
/* Last anonymous kbd macro defined. */
Lisp_Object Vlast_kbd_macro;
+ /* Alist of system-specific X windows key symbols. */
+ Lisp_Object Vsystem_key_alist;
+
/* 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;