Mercurial > hg > xemacs-beta
comparison src/console-x.h @ 183:e121b013d1f0 r20-3b18
Import from CVS: tag r20-3b18
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:54:23 +0200 |
parents | bfd6434d15b3 |
children | 3d6bfa290dbd |
comparison
equal
deleted
inserted
replaced
182:f07455f06202 | 183:e121b013d1f0 |
---|---|
122 | 122 |
123 XModifierKeymap *x_modifier_keymap; | 123 XModifierKeymap *x_modifier_keymap; |
124 | 124 |
125 KeySym *x_keysym_map; | 125 KeySym *x_keysym_map; |
126 int x_keysym_map_min_code; | 126 int x_keysym_map_min_code; |
127 int x_keysym_map_max_code; | |
127 int x_keysym_map_keysyms_per_code; | 128 int x_keysym_map_keysyms_per_code; |
128 | 129 |
129 /* frame that holds the WM_COMMAND property; there should be exactly | 130 /* frame that holds the WM_COMMAND property; there should be exactly |
130 one of these per device. */ | 131 one of these per device. */ |
131 Lisp_Object WM_COMMAND_frame; | 132 Lisp_Object WM_COMMAND_frame; |