Changeset 5390 for trunk/src/gdi32/gdi32.cpp
- Timestamp:
- Mar 27, 2001, 10:47:53 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/gdi32.cpp
r5044 r5390 1 /* $Id: gdi32.cpp,v 1.6 6 2001-02-01 18:01:52sandervl Exp $ */1 /* $Id: gdi32.cpp,v 1.67 2001-03-27 20:47:53 sandervl Exp $ */ 2 2 3 3 /* … … 184 184 } 185 185 SetLastError(ERROR_SUCCESS); 186 187 DIBSection *dsect = DIBSection::findHDC(hdc); 188 if(dsect) 189 { 190 //remove previously selected dibsection 191 dprintf(("DeleteDC %x, unselect DIB section %x", hdc, dsect->GetBitmapHandle())); 192 dsect->UnSelectDIBObject(); 193 } 194 186 195 //Must call ReleaseDC for window dcs 187 196 if(pHps->hdcType == TYPE_1) { … … 1247 1256 BOOL WIN32API GdiComment(HDC hdc, UINT cbSize, CONST BYTE *lpData) 1248 1257 { 1249 dprintf(("GDI32: GdiComment, not implemented (TRUE)\n")); 1250 return(TRUE); 1258 dprintf(("GDI32: GdiComment %x %d %x NOT IMPLEMENTED", hdc, cbSize, lpData)); 1259 // return O32_GdiComment(hdc, cbSize, lpData); 1260 return TRUE; 1251 1261 } 1252 1262 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.