Comment 48 for bug 398244

Revision history for this message
In , Jaime Rave (jaimerave) wrote :

> 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."