1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-10 08:52:40 -07:00

(one_and_only_w32cons): Remove.

(initialize_w32_display): Take terminal argument.
This commit is contained in:
Jason Rumney 2007-09-04 22:30:17 +00:00
parent bce179b56b
commit 79af260ec4

View file

@ -534,15 +534,10 @@ vga_stdcolor_name (int idx)
typedef int (*term_hook) ();
/* TEMPORARY HACK to get w32console compiling. To support multiple consoles,
this needs to go! */
struct terminal one_and_only_w32cons;
void
initialize_w32_display (void)
initialize_w32_display (struct terminal *term)
{
CONSOLE_SCREEN_BUFFER_INFO info;
struct terminal *term = &one_and_only_w32cons;
term->cursor_to_hook = w32con_move_cursor;
term->raw_cursor_to_hook = w32con_move_cursor;