Changeset 10115 for trunk/src


Ignore:
Timestamp:
May 26, 2003, 6:30:48 PM (22 years ago)
Author:
sandervl
Message:

missed some code for previous patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/listview.c

    r10113 r10115  
    36943694    if (cditemmode & CDRF_NOTIFYPOSTPAINT)
    36953695        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
    36963708    return TRUE;
    36973709}
Note: See TracChangeset for help on using the changeset viewer.