http://bugs.winehq.org/show_bug.cgi?id=19082
--- Comment #23 from Jaime Rave jaimerave@gmail.com 2009-10-30 08:31:14 ---
In the file you've patched.
The only NULL that I see in my patch is: MoveToEx(hdc, InnerRect.left+LBpenplus, InnerRect.bottom-2, NULL);
and that is a pointer to the last postion:
From MSDN:
"lpPoint: [out] Pointer to a POINT structure that receives the previous position. If this parameter is a NULL pointer, MoveToEx does not retrieve the previous position."