mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
* fhandler_console.cc (fhandler_console::need_invisible): Remove duplicate
test.
This commit is contained in:
parent
85c804ec4b
commit
b5c8e33120
@ -1,3 +1,8 @@
|
||||
2006-01-07 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* fhandler_console.cc (fhandler_console::need_invisible): Remove
|
||||
duplicate test.
|
||||
|
||||
2006-01-07 Christopher Faylor <cgf@timesys.com>
|
||||
|
||||
* fhandler.h (set_console_state_for_spawn): Eliminate argument from
|
||||
|
@ -144,7 +144,7 @@ tty_list::get_tty (int n)
|
||||
If it is, then just return. If the console has been initialized, then
|
||||
set it into a more friendly state for non-cygwin apps. */
|
||||
void __stdcall
|
||||
set_console_state_for_spawn (bool noncygwin_process)
|
||||
set_console_state_for_spawn ()
|
||||
{
|
||||
if (fhandler_console::need_invisible ())
|
||||
return;
|
||||
@ -1870,7 +1870,7 @@ fhandler_console::need_invisible ()
|
||||
}
|
||||
else
|
||||
{
|
||||
if (myself->ctty == -1 && oi.dwFlags & WSF_VISIBLE)
|
||||
if (myself->ctty == -1)
|
||||
{
|
||||
h = CreateWindowStation (NULL, 0, WINSTA_ACCESS, NULL);
|
||||
termios_printf ("CreateWindowStation(NULL, %p), %E", h);
|
||||
|
Loading…
x
Reference in New Issue
Block a user