Changeset 1505 for trunk/dll/comp.c
- Timestamp:
- Apr 12, 2010, 12:29:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/comp.c
r1498 r1505 2200 2200 ULONG size = sizeof(SWP); 2201 2201 2202 PrfQueryProfileData(fmprof, (CHAR *)FM3Str, "CompDir.Position", (PVOID) &swp, &size);2202 PrfQueryProfileData(fmprof, FM3Str, "CompDir.Position", (PVOID) &swp, &size); 2203 2203 swp.fl &= ~SWP_SIZE; // 04 Feb 09 SHL ignore saved size 2204 2204 WinSetWindowPos(hwnd, … … 3123 3123 3124 3124 WinQueryWindowPos(hwnd, &swp); 3125 PrfWriteProfileData(fmprof, (CHAR *)FM3Str, "CompDir.Position", (PVOID) &swp,3125 PrfWriteProfileData(fmprof, FM3Str, "CompDir.Position", (PVOID) &swp, 3126 3126 size); 3127 3127 } … … 3141 3141 ULONG size = sizeof(SWP); 3142 3142 WinQueryWindowPos(hwnd, &swp); 3143 PrfWriteProfileData(fmprof, (CHAR *)FM3Str, "CompDir.Position", (PVOID) &swp,3143 PrfWriteProfileData(fmprof, FM3Str, "CompDir.Position", (PVOID) &swp, 3144 3144 size); 3145 3145 }
Note:
See TracChangeset
for help on using the changeset viewer.