Changeset 10442 for trunk/src/gdi32/gdi32.cpp
- Timestamp:
- Feb 10, 2004, 4:35:39 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/gdi32.cpp
r10434 r10442 1 /* $Id: gdi32.cpp,v 1.9 2 2004-01-30 22:19:59 birdExp $ */1 /* $Id: gdi32.cpp,v 1.93 2004-02-10 15:35:38 sandervl Exp $ */ 2 2 3 3 /* … … 831 831 } 832 832 //****************************************************************************** 833 //Selects the current path as a clipping region for a device context, combining834 //any existing clipping region by using the specified mode835 //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 //******************************************************************************843 833 //TODO: Sets the color adjustment values for a device context. (used to adjust 844 834 // the input color of the src bitmap for calls of StretchBlt & StretchDIBits
Note:
See TracChangeset
for help on using the changeset viewer.