summaryrefslogtreecommitdiff
path: root/src/keyboard.h
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-04-24 22:12:44 +0000
committerKarl Heuer <kwzh@gnu.org>1995-04-24 22:12:44 +0000
commit81326c9cf728eb674db269b69316ff41f3aa0c0c (patch)
treef3d38a83a9b38dd91d855b7770462ef6b96c808c /src/keyboard.h
parent77a50259aa28e649c4bf444a26d896e8752c6f97 (diff)
downloademacs-81326c9cf728eb674db269b69316ff41f3aa0c0c.tar.gz
(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 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;