Ignore:
Timestamp:
Apr 7, 2000, 2:55:16 PM (25 years ago)
Author:
sandervl
Message:

clip fix for WM_NCPAINT

File:
1 edited

Legend:

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

    r3297 r3341  
    1 /* $Id: dc.cpp,v 1.53 2000-04-02 09:27:22 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.54 2000-04-07 12:55:15 sandervl Exp $ */
    22
    33/*
     
    936936      else //DCX_INTERSECTRGN_W
    937937      {
     938         //SvL: I'm getting paint problems when clipping a dc created in GetDCEx
     939         //     with a region that covers the entire window (RealPlayer 7 Update 1)
     940         //     Using SelectClipRgn here doesn't make any difference.
    938941         if(ExtSelectClipRgn(pHps->hps, hrgn, RGN_AND_W) == ERROR_W) {
    939942                dprintf(("ExtSelectClipRgn failed!!"));
Note: See TracChangeset for help on using the changeset viewer.