Ignore:
Timestamp:
Dec 7, 1999, 1:26:59 PM (26 years ago)
Author:
sandervl
Message:

Misc fixes for repaint problems

File:
1 edited

Legend:

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

    r1965 r2006  
    1 /* $Id: dc.cpp,v 1.24 1999-12-04 00:04:19 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.25 1999-12-07 12:26:58 sandervl Exp $ */
    22
    33/*
     
    516516//      WinSendMsg( hwnd, /* WM_DRAW */ 0x20D, (MPARAM)hps, MPVOID );
    517517      //CB: subclassed window haven't got a frame
    518       if (!wnd->isSubclassedOS2Wnd()) selectClientArea(wnd, pHps, &rect);
     518//      if (!wnd->isSubclassedOS2Wnd()) selectClientArea(wnd, pHps, &rect);
    519519//   }
    520520
     
    562562   if (!wnd) goto exit;
    563563
    564    if (wnd->isOwnDC())
     564   if(wnd->isOwnDC())
    565565   {
    566566       pDCData pHps = (pDCData)GpiQueryDCData((HPS)pPaint->hdc);
     
    568568       {
    569569           removeClientArea (pHps);
    570            WinEndPaint (pHps->hps);
     570          WinEndPaint (pHps->hps);
    571571       }
    572572   }
Note: See TracChangeset for help on using the changeset viewer.