summaryrefslogtreecommitdiff
path: root/src/w32term.h
diff options
context:
space:
mode:
authorJason Rumney <jasonr@gnu.org>2007-05-15 22:59:34 +0000
committerJason Rumney <jasonr@gnu.org>2007-05-15 22:59:34 +0000
commita032a9a827736cda2681d639bc11bcc8ed6dcc7d (patch)
tree4df67b2c4e57466f567854abb15a499f4da2516c /src/w32term.h
parent4a418b108500b954cb43d193c199988a45d72e78 (diff)
downloademacs-a032a9a827736cda2681d639bc11bcc8ed6dcc7d.tar.gz
(w32_display_info): Add terminal.
(w32_sys_ring_bell, x_delete_display): Declare here.
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h6
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
/* 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 void wait_for_sync ();
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. */