diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.h | 3 |
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 | |||
| 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; |