Changeset 130 for trunk/dll/datamin.c


Ignore:
Timestamp:
May 23, 2005, 9:04:06 PM (20 years ago)
Author:
root
Message:

Use QWL_USER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/datamin.c

    r36 r130  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2002 Steven H.Levine
    10 
    11   Revisions     14 Sep 02 SHL - Handle large partitions
    12                 16 Oct 02 SHL - Handle large partitions better
     9  Copyright (c) 2001, 2005 Steven H.Levine
     10
     11  14 Sep 02 SHL Handle large partitions
     12  16 Oct 02 SHL Handle large partitions better
     13  23 May 05 SHL Use QWL_USER
    1314
    1415***********************************************************************/
     
    253254
    254255    case UM_RESTORE:
    255       WinSetWindowPtr(hwnd,0,mp1);
     256      WinSetWindowPtr(hwnd,QWL_USER,mp1);
    256257      return 0;
    257258
     
    11091110        ULONG fl = SWP_SHOW | SWP_ZORDER | SWP_ACTIVATE,ofl;
    11101111
    1111         ofl = WinQueryWindowULong(hwnd,0);
     1112        ofl = WinQueryWindowULong(hwnd,QWL_USER);
    11121113        WinQueryWindowPos(WinQueryWindow(hwndMain,QW_PARENT),&swp);
    11131114        if(swp.fl & SWP_MINIMIZE)
Note: See TracChangeset for help on using the changeset viewer.