Ignore:
Timestamp:
Mar 6, 2002, 6:34:48 PM (23 years ago)
Author:
umoeller
Message:

misc fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r137 r146  
    23902390                 ul++)
    23912391            {
    2392                 HWND hwndThis = WinWindowFromID(hwndDlg, SHORT1FROMMP(*pmpThis));
    2393                 if (hwndThis)
     2392                HWND hwndThis;
     2393                if (hwndThis = WinWindowFromID(hwndDlg, SHORT1FROMMP(*pmpThis)))
    23942394                {
    23952395                    WinQueryWindowPos(hwndThis, pswpThis);
     
    35913591
    35923592HWND winhCreateStdWindow(HWND hwndFrameParent,      // in: normally HWND_DESKTOP
    3593                          PSWP pswpFrame,            // in: frame wnd pos
     3593                         PSWP pswpFrame,            // in: frame wnd pos (ptr can be NULL)
    35943594                         ULONG flFrameCreateFlags,  // in: FCF_* flags
    35953595                         ULONG ulFrameStyle,        // in: WS_* flags (e.g. WS_VISIBLE, WS_ANIMATE)
Note: See TracChangeset for help on using the changeset viewer.