Changeset 735 for trunk/dll/mainwnd.c
- Timestamp:
- Jul 24, 2007, 1:26:41 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/mainwnd.c
r730 r735 4618 4618 if (!already && !fAutoTile && !fExternalCollector) 4619 4619 GetNextWindowPos(hwnd, &swp, NULL, NULL); 4620 hwndC = StartCollector( (fExternalCollector)? HWND_DESKTOP : hwnd, 4);4620 hwndC = StartCollector(fExternalCollector ? HWND_DESKTOP : hwnd, 4); 4621 4621 if (hwndC) { 4622 4622 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); 4626 4626 else if (fAutoTile && !already) 4627 4627 TileChildren(hwnd, TRUE); … … 5811 5811 } 5812 5812 DosSleep(1L); 5813 return 0; 5813 return 0; // Hold off WM_QUIT 5814 5814 5815 5815 case UM_CLOSE:
Note:
See TracChangeset
for help on using the changeset viewer.