Ignore:
Timestamp:
Mar 14, 2001, 4:55:43 PM (24 years ago)
Author:
sandervl
Message:

BeginPaint bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/dc.cpp

    r5307 r5314  
    1 /* $Id: dc.cpp,v 1.94 2001-03-13 18:44:38 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.95 2001-03-14 15:55:43 sandervl Exp $ */
    22
    33/*
     
    862862   if(wnd->needsEraseBkgnd() && lComplexity != RGN_NULL) {
    863863        wnd->setEraseBkgnd(FALSE);
    864         lpps->fErase = (wnd->MsgEraseBackGround(pHps->hps) != 0);
     864        lpps->fErase = (wnd->MsgEraseBackGround(pHps->hps) == 0);
    865865   }
    866866   else lpps->fErase = TRUE;
Note: See TracChangeset for help on using the changeset viewer.