Changeset 8038 for trunk/src


Ignore:
Timestamp:
Mar 6, 2002, 5:20:30 PM (23 years ago)
Author:
sandervl
Message:

PF: Fixes for minimized dragging icon and minimized icon distortion

File:
1 edited

Legend:

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

    r7208 r8038  
    444444    HWND parent;
    445445    LONG hittest = (LONG)(wParam & 0x0f);
    446     HCURSOR16 hDragCursor = 0, hOldCursor = 0;
     446    HCURSOR hDragCursor = 0, hOldCursor = 0;
    447447    POINT minTrack, maxTrack;
    448448    POINT capturePoint, pt;
     
    724724        {
    725725            /* NOTE: SWP_NOACTIVATE prevents document window activation in Word 6 */
    726             if(!DragFullWindows)
     726            if( (!DragFullWindows) || iconic)
    727727                SetWindowPos( hwnd, 0, lastsizingRect.left, lastsizingRect.top,
    728728                              lastsizingRect.right - lastsizingRect.left,
Note: See TracChangeset for help on using the changeset viewer.