Changeset 154 for trunk/src/helpers/winh.c
- Timestamp:
- Apr 16, 2002, 8:27:19 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r153 r154 2353 2353 * 2354 2354 *@@added V0.9.0 [umoeller] 2355 *@@changed V0.9.19 (200 1-04-13) [umoeller]: added correlation for entry field repositioning, this was always off2355 *@@changed V0.9.19 (2002-04-13) [umoeller]: added correlation for entry field repositioning, this was always off 2356 2356 */ 2357 2357 … … 2375 2375 ULONG cWindows = 0; 2376 2376 2377 // V0.9.19 (200 1-04-13) [umoeller]2377 // V0.9.19 (2002-04-13) [umoeller] 2378 2378 LONG cxMarginEF = 3 * WinQuerySysValue(HWND_DESKTOP, SV_CXBORDER); 2379 2379 LONG cyMarginEF = 3 * WinQuerySysValue(HWND_DESKTOP, SV_CYBORDER); … … 2403 2403 2404 2404 // correlate the stupid repositioning of entry fields 2405 // V0.9.19 (200 1-04-13) [umoeller]2405 // V0.9.19 (2002-04-13) [umoeller] 2406 2406 if ( (WinQueryClassName(hwndThis, sizeof(szClass), szClass) 2407 2407 && (!strcmp(szClass, "#6"))
Note:
See TracChangeset
for help on using the changeset viewer.