Links: I just posted Test 57 to the server development page: http://xfree86.cygwin.com/devel/shadow/
You can install the Test 57 package via setup.exe by pointing setup.exe to the cygwin/xfree/testing/ directory on your favorite mirror. For example, you could point setup.exe at: http://mirrors.rcn.net/pub/sourceware/cygwin/xfree/testing/ Server Test Series binary and source code releases are now available via the sources.redhat.com ftp mirror network (http://cygwin.com/mirrors.html) in the pub/cygwin/xfree/devel/shadow/ directory. You may wish to note the desired filename in the links below, then download from your closest mirror (http://cygwin.com/mirrors.html). Server binary, direct link: http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test57.exe.bz2 (1078 KiB) Server source, direct link: http://www.msu.edu/~huntharo/xwin/shadow/xwin-20020608-2149.tar.bz2 (72 KiB) Changes: 1) winwndproc.c - Call DefWindowProc after processing WM_NCMOUSEMOVE messages. This should fix the highlighting of the minimize and exit buttons in Windows XP. (Jehan Bing) 2) winwndproc.c, win.h, winallpriv.c - Make the cursor state variable, fCursor, a static local variable in winwndproc.c/winWindowProc (), rather than a member variable in the winPrivScreenRec structure. This makes sense because the Windows cursor is either hidden or shown, as Windows does not hide or show the mouse cursor on a per-window basis. This also greatly simplifies the handling of hiding and showing the Windows mouse cursor. (Jehan Bing) Enjoy, Harold
