aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1995-04-24 22:12:44 +0000
committerKarl Heuer <[email protected]>1995-04-24 22:12:44 +0000
commitbe2f0083ade2278e0202bc010f45a5d3860216cc (patch)
tree113673fa09e76884bd5a25b83a53a76537e114e0 /src/keyboard.h
parentabd7c2029409a8e0920346fdcf500565d7087b5f (diff)
(struct kboard): New member Vsystem_key_alist.
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 93d4d7bd0f..eb4f3733f2 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;