comparison src/keyboard.h @ 11542:08bca45303e3

(struct kboard): New member Vsystem_key_alist.
author Karl Heuer <kwzh@gnu.org>
date Mon, 24 Apr 1995 22:12:44 +0000
parents 12e8599b11c1
children 37cb8613ee69
comparison
equal deleted inserted replaced
11541:d74f79aa17ab 11542:08bca45303e3
103 int kbd_macro_bufsize; 103 int kbd_macro_bufsize;
104 104
105 /* Last anonymous kbd macro defined. */ 105 /* Last anonymous kbd macro defined. */
106 Lisp_Object Vlast_kbd_macro; 106 Lisp_Object Vlast_kbd_macro;
107 107
108 /* Alist of system-specific X windows key symbols. */
109 Lisp_Object Vsystem_key_alist;
110
108 /* Number of displays using this KBOARD. Normally 1, but can be 111 /* Number of displays using this KBOARD. Normally 1, but can be
109 larger when you have multiple screens on a single X display. */ 112 larger when you have multiple screens on a single X display. */
110 int reference_count; 113 int reference_count;
111 114
112 /* Where to append more text to echobuf if we want to. */ 115 /* Where to append more text to echobuf if we want to. */