diff options
| author | Jason Rumney | 2007-05-15 22:59:34 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-05-15 22:59:34 +0000 |
| commit | a032a9a827736cda2681d639bc11bcc8ed6dcc7d (patch) | |
| tree | 4df67b2c4e57466f567854abb15a499f4da2516c /src | |
| parent | 4a418b108500b954cb43d193c199988a45d72e78 (diff) | |
| download | emacs-a032a9a827736cda2681d639bc11bcc8ed6dcc7d.tar.gz emacs-a032a9a827736cda2681d639bc11bcc8ed6dcc7d.zip | |
(w32_display_info): Add terminal.
(w32_sys_ring_bell, x_delete_display): Declare here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h index ceb4f4e4b07..a335e1cf0f2 100644 --- a/src/w32term.h +++ b/src/w32term.h | |||
| @@ -100,6 +100,9 @@ struct w32_display_info | |||
| 100 | /* Chain of all w32_display_info structures. */ | 100 | /* Chain of all w32_display_info structures. */ |
| 101 | struct w32_display_info *next; | 101 | struct w32_display_info *next; |
| 102 | 102 | ||
| 103 | /* The generic display parameters corresponding to this w32 display. */ | ||
| 104 | struct terminal *terminal; | ||
| 105 | |||
| 103 | /* This is a cons cell of the form (NAME . FONT-LIST-CACHE). | 106 | /* This is a cons cell of the form (NAME . FONT-LIST-CACHE). |
| 104 | The same cons cell also appears in x_display_name_list. */ | 107 | The same cons cell also appears in x_display_name_list. */ |
| 105 | Lisp_Object name_list_element; | 108 | Lisp_Object name_list_element; |
| @@ -682,6 +685,9 @@ extern void wait_for_sync (); | |||
| 682 | 685 | ||
| 683 | extern BOOL parse_button (); | 686 | extern BOOL parse_button (); |
| 684 | 687 | ||
| 688 | extern void w32_sys_ring_bell (struct frame *f); | ||
| 689 | extern void x_delete_display (struct w32_display_info *dpyinfo); | ||
| 690 | |||
| 685 | /* Keypad command key support. W32 doesn't have virtual keys defined | 691 | /* Keypad command key support. W32 doesn't have virtual keys defined |
| 686 | for the function keys on the keypad (they are mapped to the standard | 692 | for the function keys on the keypad (they are mapped to the standard |
| 687 | fuction keys), so we define our own. */ | 693 | fuction keys), so we define our own. */ |