Ignore:
Timestamp:
Jan 12, 2011, 4:13:08 PM (15 years ago)
Author:
dmik
Message:

user32: Fixed a crash during DnD when the dragged object was moved through the title over the window frame.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibdnd.cpp

    r10185 r21556  
    136136    if(hwnd != hwndTarget) {
    137137        OSLibDragLeave(lpDragStruct);
    138         dprintf(("Post DM_DRAGOVER to %x (%x)", OS2ToWin32Handle(hwnd), hwnd));
    139138    }
    140139    hwndTarget = hwnd;
    141140
     141    dprintf(("Post DM_DRAGOVER to %x (%x)", OS2ToWin32Handle(hwnd), hwnd));
    142142    ret = (ULONG)WinSendMsg(hwnd, DM_DRAGOVER, (MPARAM)pdinfo, MPFROM2SHORT(pdinfo->xDrop, pdinfo->yDrop));
    143143
Note: See TracChangeset for help on using the changeset viewer.