Changeset 735 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Jul 24, 2007, 1:26:41 AM (18 years ago)
Author:
Steven Levine
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r730 r735  
    46184618      if (!already && !fAutoTile && !fExternalCollector)
    46194619        GetNextWindowPos(hwnd, &swp, NULL, NULL);
    4620       hwndC = StartCollector((fExternalCollector) ? HWND_DESKTOP : hwnd, 4);
     4620      hwndC = StartCollector(fExternalCollector ? HWND_DESKTOP : hwnd, 4);
    46214621      if (hwndC) {
    46224622        if (!already && !fAutoTile && !fExternalCollector)
    4623           WinSetWindowPos(hwndC, HWND_TOP, swp.x, swp.y,
    4624                           swp.cx, swp.cy, SWP_MOVE | SWP_SIZE |
    4625                           SWP_SHOW | SWP_ZORDER);
     4623          WinSetWindowPos(hwndC, HWND_TOP,
     4624                          swp.x, swp.y, swp.cx, swp.cy,
     4625                          SWP_MOVE | SWP_SIZE | SWP_SHOW | SWP_ZORDER);
    46264626        else if (fAutoTile && !already)
    46274627          TileChildren(hwnd, TRUE);
     
    58115811    }
    58125812    DosSleep(1L);
    5813     return 0;
     5813    return 0;                           // Hold off WM_QUIT
    58145814
    58155815  case UM_CLOSE:
Note: See TracChangeset for help on using the changeset viewer.