Changeset 1505 for trunk/dll/dirsize.c
- Timestamp:
- Apr 12, 2010, 12:29:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/dirsize.c
r1498 r1505 529 529 ULONG size = sizeof(SWP); 530 530 531 PrfQueryProfileData(fmprof, (CHAR *)FM3Str, "DirSizes.Position", (PVOID) &swp, &size);531 PrfQueryProfileData(fmprof, FM3Str, "DirSizes.Position", (PVOID) &swp, &size); 532 532 swp.fl &= ~SWP_SIZE; // 04 Feb 09 SHL ignore saved size 533 533 WinSetWindowPos(hwnd, … … 1019 1019 1020 1020 WinQueryWindowPos(hwnd, &swp); 1021 PrfWriteProfileData(fmprof, (CHAR *)FM3Str, "DirSizes.Position", (PVOID) &swp, size);1021 PrfWriteProfileData(fmprof, FM3Str, "DirSizes.Position", (PVOID) &swp, size); 1022 1022 } 1023 1023 pState = INSTDATA(hwnd);
Note:
See TracChangeset
for help on using the changeset viewer.