- Timestamp:
- May 26, 2003, 6:30:48 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/listview.c
r10113 r10115 3694 3694 if (cditemmode & CDRF_NOTIFYPOSTPAINT) 3695 3695 notify_postpaint(infoPtr, &nmlvcd); 3696 3697 #ifdef __WIN32OS2__ 3698 if (nMixMode != 0) 3699 { 3700 SetROP2(hdc, R2_COPYPEN); 3701 SetBkColor(hdc, dwBkColor); 3702 SetTextColor(hdc, dwTextColor); 3703 if (iBkMode != -1) 3704 SetBkMode(hdc, iBkMode); 3705 } 3706 #endif 3707 3696 3708 return TRUE; 3697 3709 }
Note:
See TracChangeset
for help on using the changeset viewer.