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:
parent
bce179b56b
commit
79af260ec4
1 changed files with 1 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue