Changeset 1174 for trunk/Open32.bugs


Ignore:
Timestamp:
Oct 7, 1999, 11:00:05 PM (26 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Open32.bugs

    r251 r1174  
    4141- Open32 doesn't send WM_SETCURSOR or WM_MOUSEACTIVATE to parent windows
    4242- CS_SAVEBITS: window movements are slow, many repaints
     43- SetROP2 with R2_XORPEN doesn't work. Example:
     44    hOldPen = SelectObject (hdc, GetStockObject (BLACK_PEN));
     45    oldRop = SetROP2 (hdc, R2_XORPEN);
     46    MoveToEx (hdc, x, rect.top, NULL);
     47    LineTo (hdc, x, rect.bottom);
     48    SetROP2 (hdc, oldRop);
     49    SelectObject (hdc, hOldPen);
    4350
    4451Limitations:
Note: See TracChangeset for help on using the changeset viewer.