diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index 06deab0c365..215ddf09163 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -30,6 +30,10 @@ extern int poll_suppress_count; | |||
| 30 | Initialized by the terminal-specific lisp files. */ | 30 | Initialized by the terminal-specific lisp files. */ |
| 31 | extern Lisp_Object Vfunction_key_map; | 31 | extern Lisp_Object Vfunction_key_map; |
| 32 | 32 | ||
| 33 | /* Buffer holding the key that invoked the current command. */ | ||
| 34 | extern Lisp_Object *this_command_keys; | ||
| 35 | extern int this_command_key_count; /* Size in use. */ | ||
| 36 | |||
| 33 | 37 | ||
| 34 | /* Macros for dealing with lispy events. */ | 38 | /* Macros for dealing with lispy events. */ |
| 35 | 39 | ||
| @@ -59,6 +63,7 @@ extern Lisp_Object Qvscrollbar_part, Qvslider_part; | |||
| 59 | extern Lisp_Object Qvthumbup_part, Qvthumbdown_part; | 63 | extern Lisp_Object Qvthumbup_part, Qvthumbdown_part; |
| 60 | extern Lisp_Object Qhscrollbar_part, Qhslider_part; | 64 | extern Lisp_Object Qhscrollbar_part, Qhslider_part; |
| 61 | extern Lisp_Object Qhthumbleft_part, Qhthumbright_part; | 65 | extern Lisp_Object Qhthumbleft_part, Qhthumbright_part; |
| 66 | extern Lisp_Object Qswitch_frame; | ||
| 62 | 67 | ||
| 63 | /* Properties on event heads. */ | 68 | /* Properties on event heads. */ |
| 64 | extern Lisp_Object Qevent_kind, Qevent_symbol_elements; | 69 | extern Lisp_Object Qevent_kind, Qevent_symbol_elements; |