This stuff should not have been committed.

svn path=/trunk/; revision=70716
This commit is contained in:
Hermès Bélusca-Maïto 2016-02-12 17:37:41 +00:00
parent c98d80baf0
commit 492e14a055

View file

@ -356,9 +356,7 @@ DefWndDoSizeMove(PWND pwnd, WORD wParam)
hdc = UserGetDCEx( pWndParent, 0, DCX_CACHE ); hdc = UserGetDCEx( pWndParent, 0, DCX_CACHE );
if (iconic) if (iconic)
{ {
// DragCursor = pwnd->pcls->spcur;
DragCursor = pwnd->pcls->spicn; DragCursor = pwnd->pcls->spicn;
ERR("pwnd->pcls->spicn = 0x%p ; pwnd->pcls->spcur = 0x%p\n", pwnd->pcls->spicn, pwnd->pcls->spcur);
if (DragCursor) if (DragCursor)
{ {
UserReferenceObject(DragCursor); UserReferenceObject(DragCursor);