Ignore:
Timestamp:
Feb 10, 2004, 4:35:39 PM (22 years ago)
Author:
sandervl
Message:

Wrong GdiCopyClipRgn return value; Implemented SelectClipPath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/devcontext.cpp

    r10373 r10442  
    1 /* $Id: devcontext.cpp,v 1.1 2004-01-11 11:42:09 sandervl Exp $ */
     1/* $Id: devcontext.cpp,v 1.2 2004-02-10 15:35:38 sandervl Exp $ */
    22
    33/*
     
    364364    }
    365365    //overwrite the current clip region with the copy
     366    dprintf2(("New win32 clip region %x", hClipRgn));
    366367    pHps->hrgnWin32Clip = hClipRgn;
    367368    return id;
     
    393394        // Activate previous clip region
    394395        GdiCombineVisRgnClipRgn(pHps, pHps->hrgnWin32Clip, RGN_AND);
     396
     397        dprintf2(("New win32 clip region %x", pHps->hrgnWin32Clip));
    395398    }
    396399    return ret;
Note: See TracChangeset for help on using the changeset viewer.