barrier/lib
crs 7b3999b166 fixed win32 deadlock. when a client disconnects the server will
warp the mouse to the primary screen.  entering the primary
screen causes the primary screen's window to be hidden.  the
deadlock occurs because hiding the window seems to post a
message then wait for it to be handled (or possibly it won't
send a message while a posted message is being handled).
thread A locks the mutex, warps the mouse, the hides the window.
thread B begins processing the mouse warp then tries to lock
the mutex.  thread A is waiting on the event loop owned by B
while B is waiting on the mutex owned by A.  this fix simply
hides the window asynchronously.  however, there may be other
ways to cause a similar deadlock that have not been found.
2002-08-18 17:40:10 +00:00
..
base added win32 launcher program. also changed VC++ dsp and dsw 2002-08-11 11:49:36 +00:00
client fixed PrintScrn handling; it was being changed to keypad multiply. 2002-08-18 17:35:10 +00:00
http added win32 launcher program. also changed VC++ dsp and dsw 2002-08-11 11:49:36 +00:00
io added win32 launcher program. also changed VC++ dsp and dsw 2002-08-11 11:49:36 +00:00
mt removed pre-instantiation of templates in header file. 2002-08-11 11:50:07 +00:00
net added win32 launcher program. also changed VC++ dsp and dsw 2002-08-11 11:49:36 +00:00
platform removed bogus #error. 2002-08-18 17:32:27 +00:00
server fixed win32 deadlock. when a client disconnects the server will 2002-08-18 17:40:10 +00:00
synergy added win32 launcher program. also changed VC++ dsp and dsw 2002-08-11 11:49:36 +00:00
Makefile.am added copyright to top of each file. 2002-08-02 19:57:46 +00:00