From: Jason Rumney Date: Tue, 4 Sep 2007 22:30:17 +0000 (+0000) Subject: (one_and_only_w32cons): Remove. X-Git-Tag: emacs-pretest-23.0.90~11115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79af260ec49b3379d48b8e6325ff384a43585f87;p=emacs.git (one_and_only_w32cons): Remove. (initialize_w32_display): Take terminal argument. --- 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;