diff options
author | Christopher Faylor <me@cgf.cx> | 2006-01-05 03:58:19 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2006-01-05 03:58:19 +0000 |
commit | 4c3faa85cef1d76b90ec014172b014494f76248c (patch) | |
tree | f1b308d943528b758cfd3e8263634b230a37f1fe /winsup/cygwin/ChangeLog | |
parent | faec62caaf6492481f346125dc978bed6dfa382d (diff) | |
download | cygnal-4c3faa85cef1d76b90ec014172b014494f76248c.tar.gz cygnal-4c3faa85cef1d76b90ec014172b014494f76248c.tar.bz2 cygnal-4c3faa85cef1d76b90ec014172b014494f76248c.zip |
* fhandler_console.cc (fhandler_console::need_invisible): Only try to open
"CygwinInvisible" windows station if opening of default station fails. Use
CloseWindowStation to close window station handle.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 80e748f12..c4d349fd5 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,11 @@ 2006-01-04 Christopher Faylor <cgf@timesys.com> + * fhandler_console.cc (fhandler_console::need_invisible): Only try to + open "CygwinInvisible" windows station if opening of default station + fails. Use CloseWindowStation to close window station handle. + +2006-01-04 Christopher Faylor <cgf@timesys.com> + * fhandler_console.cc (fhandler_console::need_invisible): Open up the security of the newly created windows station. |