From 79af260ec49b3379d48b8e6325ff384a43585f87 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Tue, 4 Sep 2007 22:30:17 +0000 Subject: [PATCH] (one_and_only_w32cons): Remove. (initialize_w32_display): Take terminal argument. --- src/w32console.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/w32console.c b/src/w32console.c index d5056217bf2..a07d6e19d8f 100644 --- a/src/w32console.c +++ b/src/w32console.c @@ -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; -- 2.39.5