Changeset 574 for trunk/dll/newview.c


Ignore:
Timestamp:
Mar 23, 2007, 11:37:07 PM (18 years ago)
Author:
Gregg Young
Message:

Use QWL_USER; Replace doesn't move the command and Okay on cmd dialog removed error on unchanged command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/newview.c

    r551 r574  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2006 Steven H. Levine
     9  Copyright (c) 2001, 2007 Steven H. Levine
    1010
    1111  01 Dec 03 SHL Comments
     
    1818  03 Nov 06 SHL Renames
    1919  03 Nov 06 SHL Count thread usage
     20  22 Mar 07 GKY Use QWL_USER
    2021
    2122***********************************************************************/
     
    469470            WinQueryWindowPtr(WinWindowFromID(WinQueryWindow(hwnd,
    470471                                                             QW_PARENT),
    471                                               FID_CLIENT), 0);
     472                                              FID_CLIENT), QWL_USER);
    472473
    473474          if (ad)
     
    499500      VIEWDATA *ad = WinQueryWindowPtr(WinWindowFromID(WinQueryWindow(hwnd,
    500501                                                                      QW_PARENT),
    501                                                        FID_CLIENT), 0);
     502                                                       FID_CLIENT), QWL_USER);
    502503      SWP swp;
    503504      POINTL ptl;
Note: See TracChangeset for help on using the changeset viewer.