- Timestamp:
- Mar 6, 2002, 5:20:30 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wintrack.cpp
r7208 r8038 444 444 HWND parent; 445 445 LONG hittest = (LONG)(wParam & 0x0f); 446 HCURSOR 16hDragCursor = 0, hOldCursor = 0;446 HCURSOR hDragCursor = 0, hOldCursor = 0; 447 447 POINT minTrack, maxTrack; 448 448 POINT capturePoint, pt; … … 724 724 { 725 725 /* NOTE: SWP_NOACTIVATE prevents document window activation in Word 6 */ 726 if( !DragFullWindows)726 if( (!DragFullWindows) || iconic) 727 727 SetWindowPos( hwnd, 0, lastsizingRect.left, lastsizingRect.top, 728 728 lastsizingRect.right - lastsizingRect.left,
Note:
See TracChangeset
for help on using the changeset viewer.