Changeset 2527 for trunk/src/gdi32/gdi32.cpp
- Timestamp:
- Jan 27, 2000, 12:48:03 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/gdi32.cpp
r2526 r2527 1 /* $Id: gdi32.cpp,v 1.3 2 2000-01-26 23:19:55sandervl Exp $ */1 /* $Id: gdi32.cpp,v 1.33 2000-01-26 23:48:02 sandervl Exp $ */ 2 2 3 3 /* … … 670 670 671 671 rc = O32_CreateBitmap(nWidth, nHeight, cPlanes, cBitsPerPel, lpvBits); 672 dprintf(("GDI32: CreateBitmap (%d,%d) bps %d returned % x\n", nWidth, nHeight, cBitsPerPel, rc));672 dprintf(("GDI32: CreateBitmap (%d,%d) bps %d returned %d\n", nWidth, nHeight, cBitsPerPel, rc)); 673 673 return(rc); 674 674 } … … 2406 2406 } 2407 2407 //****************************************************************************** 2408 2408 2409 //****************************************************************************** 2409 2410 BOOL WIN32API SetObjectOwner( HGDIOBJ arg1, int arg2 ) … … 3137 3138 } 3138 3139 3139 3140 /*****************************************************************************3141 * Name : int GetPixelFormat3142 * Purpose : The GetPixelFormat function obtains the index of the specified3143 * device context's currently selected pixel format.3144 * Parameters: HDC hdc handle of device context3145 * Variables :3146 * Result : 0 / 13147 * Remark :3148 * Status : UNTESTED STUB3149 *3150 * Author : Patrick Haller [Mon, 1998/06/15 08:00]3151 *****************************************************************************/3152 3153 int WIN32API GetPixelFormat(HDC hdc)3154 {3155 dprintf(("GDI32: GetPixelFormat(%08xh) not implemented.\n",3156 hdc));3157 3158 return (0);3159 }3160 3161 3162 3140 /***************************************************************************** 3163 3141 * Name : BOOL SetDeviceGammaRamp
Note:
See TracChangeset
for help on using the changeset viewer.