- Timestamp:
- May 30, 2003, 1:36:37 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/listview.c
r10125 r10127 3581 3581 INT iBkMode = -1; 3582 3582 INT nMixMode; 3583 UINT textoutOptions = ETO_OPAQUE | ETO_CLIPPED; 3583 3584 #endif 3584 3585 … … 3673 3674 dwBkColor = GetBkColor(hdc); 3674 3675 iBkMode = SetBkMode(hdc, TRANSPARENT); 3676 textoutOptions &= ~ETO_OPAQUE; 3675 3677 } 3676 3678 else … … 3694 3696 3695 3697 if (nmlvcd.clrTextBk != CLR_NONE) 3698 #ifdef __WIN32OS2__ 3699 ExtTextOutW(hdc, rcSelect.left, rcSelect.top, textoutOptions, &rcSelect, 0, 0, 0); 3700 #else 3696 3701 ExtTextOutW(hdc, rcSelect.left, rcSelect.top, ETO_OPAQUE, &rcSelect, 0, 0, 0); 3702 #endif 3697 3703 if(lprcFocus) *lprcFocus = rcSelect; 3698 3704 }
Note:
See TracChangeset
for help on using the changeset viewer.