mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
This stuff should not have been committed.
svn path=/trunk/; revision=70716
This commit is contained in:
@@ -356,9 +356,7 @@ DefWndDoSizeMove(PWND pwnd, WORD wParam)
|
||||
hdc = UserGetDCEx( pWndParent, 0, DCX_CACHE );
|
||||
if (iconic)
|
||||
{
|
||||
// DragCursor = pwnd->pcls->spcur;
|
||||
DragCursor = pwnd->pcls->spicn;
|
||||
ERR("pwnd->pcls->spicn = 0x%p ; pwnd->pcls->spcur = 0x%p\n", pwnd->pcls->spicn, pwnd->pcls->spcur);
|
||||
if (DragCursor)
|
||||
{
|
||||
UserReferenceObject(DragCursor);
|
||||
|
||||
Reference in New Issue
Block a user