Mercurial > emacs
changeset 83570:c6328b40e293
(w32_display_info): Add terminal.
(w32_sys_ring_bell, x_delete_display): Declare here.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Tue, 15 May 2007 22:59:34 +0000 |
parents | 86395c339701 |
children | ca1c27e2707e |
files | src/w32term.h |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.h Tue May 15 22:59:04 2007 +0000 +++ b/src/w32term.h Tue May 15 22:59:34 2007 +0000 @@ -100,6 +100,9 @@ /* Chain of all w32_display_info structures. */ struct w32_display_info *next; + /* The generic display parameters corresponding to this w32 display. */ + struct terminal *terminal; + /* This is a cons cell of the form (NAME . FONT-LIST-CACHE). The same cons cell also appears in x_display_name_list. */ Lisp_Object name_list_element; @@ -682,6 +685,9 @@ extern BOOL parse_button (); +extern void w32_sys_ring_bell (struct frame *f); +extern void x_delete_display (struct w32_display_info *dpyinfo); + /* Keypad command key support. W32 doesn't have virtual keys defined for the function keys on the keypad (they are mapped to the standard fuction keys), so we define our own. */