Changeset 5314 for trunk/src/user32/dc.cpp
- Timestamp:
- Mar 14, 2001, 4:55:43 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r5307 r5314 1 /* $Id: dc.cpp,v 1.9 4 2001-03-13 18:44:38sandervl Exp $ */1 /* $Id: dc.cpp,v 1.95 2001-03-14 15:55:43 sandervl Exp $ */ 2 2 3 3 /* … … 862 862 if(wnd->needsEraseBkgnd() && lComplexity != RGN_NULL) { 863 863 wnd->setEraseBkgnd(FALSE); 864 lpps->fErase = (wnd->MsgEraseBackGround(pHps->hps) != 0);864 lpps->fErase = (wnd->MsgEraseBackGround(pHps->hps) == 0); 865 865 } 866 866 else lpps->fErase = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.