summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/winsup.h
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2004-05-16 04:18:50 +0000
committerChristopher Faylor <me@cgf.cx>2004-05-16 04:18:50 +0000
commit0c565ab35b47c29c0d5ba7a6e28ca63535776ce8 (patch)
tree3c5c40d2bb4eb150ee58f043bbec30d1032c2a74 /winsup/cygwin/winsup.h
parentaafd8a545f7d9089d47ac28d890840f22dac6df4 (diff)
downloadcygnal-0c565ab35b47c29c0d5ba7a6e28ca63535776ce8.tar.gz
cygnal-0c565ab35b47c29c0d5ba7a6e28ca63535776ce8.tar.bz2
cygnal-0c565ab35b47c29c0d5ba7a6e28ca63535776ce8.zip
* cygthread.cc (cygthread::is): Eliminate.
* cygthread.h (cygthread::is): Eliminate declaratin. * fhandler_console.cc (fhandler_console::read): Only wait for signal_arrived in the main thread. * fhandler_socket.cc: Include new "wininfo.h". (fhandler_socket::ioctl): Use 'winmsg' rather than 'gethwnd()'. * sync.cc (muto::grab): Define new function. (muto::acquire): Use tls pointer rather than tid. (muto::acquired): Ditto. (muto::reset): Delete. (muto::release): Ditto. Also implement "close on last release". * sync.h (muto::tid): Delete. (muto::tls): New field. (muto::ismine): Delete. (muto::owner): Delete. (muto::unstable): Delete. (muto::reset): Delete. (muto::upforgrabs): New method. (muto::grab): Ditto. (new_muto_name): New define. * wininfo.h: New file. (wininfo): New class. * window.cc: Rework throughout to use winfo class for controlling invisible window operation. (gethwnd): Delete definition. * winsup.h (gethwnd): Delete declaration.
Diffstat (limited to 'winsup/cygwin/winsup.h')
-rw-r--r--winsup/cygwin/winsup.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 4c57c3776..cd698ba56 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -217,8 +217,6 @@ void events_terminate (void);
void __stdcall close_all_files ();
-/* Invisible window initialization/termination. */
-HWND __stdcall gethwnd (void);
/* Check if running in a visible window station. */
extern bool has_visible_window_station (void);