Changeset 1363 for trunk/dll/mainwnd.c
- Timestamp:
- Dec 29, 2008, 8:14:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.