Changeset 1363
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/init.c
r1360 r1363 762 762 } 763 763 764 ArgDriveFlags(argc, argv);765 FillInDriveFlags(NULL);766 767 764 if (!*profile) 768 765 strcpy(profile, "FM3.INI"); … … 987 984 } 988 985 } 986 987 ArgDriveFlags(argc, argv); 988 FillInDriveFlags(NULL); 989 989 990 990 FindSwapperDat(); -
trunk/dll/mainwnd.c
r1362 r1363 2637 2637 if (hps) { 2638 2638 GpiCreateLogColorTable(hps, 0, LCOLF_RGB, 0, 0, NULL); 2639 WinQueryPresParam(hwnd, PP_BACKGROUNDCOLOR, 0, NULL, 2640 sizeof(lColor), &lColor, 0); 2641 if (!lColor) 2639 if (!(WinQueryPresParam(hwnd, PP_BACKGROUNDCOLOR, 0, NULL, 2640 sizeof(lColor), &lColor, 0))) 2642 2641 lColor = CLR_PALEGRAY; 2643 2642 WinQueryWindowRect(hwnd, &rcl);
Note:
See TracChangeset
for help on using the changeset viewer.
