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/gdi32.cpp

    r10434 r10442  
    1 /* $Id: gdi32.cpp,v 1.92 2004-01-30 22:19:59 bird Exp $ */
     1/* $Id: gdi32.cpp,v 1.93 2004-02-10 15:35:38 sandervl Exp $ */
    22
    33/*
     
    831831}
    832832//******************************************************************************
    833 //Selects the current path as a clipping region for a device context, combining
    834 //any existing clipping region by using the specified mode
    835 //TODO: Can be emulated with SelectClipRegion??
    836 //******************************************************************************
    837 BOOL WIN32API SelectClipPath(HDC hdc, int iMode)
    838 {
    839   dprintf(("GDI32: SelectClipPath, not implemented!(TRUE)\n"));
    840   return(TRUE);
    841 }
    842 //******************************************************************************
    843833//TODO: Sets the color adjustment values for a device context. (used to adjust
    844834//      the input color of the src bitmap for calls of StretchBlt & StretchDIBits
Note: See TracChangeset for help on using the changeset viewer.