StrRetToStrNAW returns ok on NT4, though it should return FALSE.
[wine] / dlls / x11drv / mouse.c
2005-03-21  Alexandre JulliardTry to always keep the server window Z-order in sync...
2005-03-16  Alexandre JulliardDon't force injected hardware messages to be queued...
2005-03-09  Alexandre JulliardMoved SendInput and related functions to the USER drive...
2005-02-26  Alexandre JulliardUse a table of handlers to dispatch X events and get...
2005-01-31  Alexandre JulliardOnly create an X window for top-level windows, not...
2005-01-17  Alexandre JulliardAvoid most references to the internals of the WND struc...
2005-01-14  Jeremy WhiteFix X11 event timing so that we correctly correlate...
2004-12-17  Dmitry TimoshkovAdd a mouse input test case, make the test pass under...
2003-11-21  Alexandre JulliardRemoved the remaining TSX calls.
2003-11-21  Alexandre JulliardGet rid of a bunch of TSX functions.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-09-24  Alexandre JulliardRemoved some more TSX11 functions and files.
2002-08-16  Alexandre JulliardDon't update the mouse button status in update_key_stat...
2002-06-14  Alexandre JulliardUpdate the cursor for each window on receiving an X11...
2002-06-02  Alexandre JulliardRemoved CURSORICON_IconToCursor now that we support...
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-31  Alexandre JulliardAvoid division by zero (thanks to David Ronis).
2002-03-28  Marco PietrobonoAdded support for 16bit mouse cursor bitmaps in RGB...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-26  Duane ClarkAdded color cursor support.
2001-10-18  Alexandre JulliardChanged X11 mouse driver to use SendInput, and removed...