Changeset 21556 for trunk/src/user32/oslibdnd.cpp
- Timestamp:
- Jan 12, 2011, 4:13:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibdnd.cpp
r10185 r21556 136 136 if(hwnd != hwndTarget) { 137 137 OSLibDragLeave(lpDragStruct); 138 dprintf(("Post DM_DRAGOVER to %x (%x)", OS2ToWin32Handle(hwnd), hwnd));139 138 } 140 139 hwndTarget = hwnd; 141 140 141 dprintf(("Post DM_DRAGOVER to %x (%x)", OS2ToWin32Handle(hwnd), hwnd)); 142 142 ret = (ULONG)WinSendMsg(hwnd, DM_DRAGOVER, (MPARAM)pdinfo, MPFROM2SHORT(pdinfo->xDrop, pdinfo->yDrop)); 143 143
Note:
See TracChangeset
for help on using the changeset viewer.