Changeset 21304 for trunk/src/gdi32/objhandle.cpp
- Timestamp:
- Jun 18, 2009, 12:12:33 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/src/gdi32/objhandle.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/objhandle.cpp
r10374 r21304 474 474 475 475 handleType = GetObjectType(hObj); 476 dprintf 2(("GDI32: SelectObject %x %x type %s", hdc, hObj, DbgGetGDITypeName(handleType)));476 dprintf(("GDI32: SelectObject %x %x type %s", hdc, hObj, DbgGetGDITypeName(handleType))); 477 477 if(handleType == OBJ_REGION) { 478 478 //Return complexity here; not previously selected clip region
Note:
See TracChangeset
for help on using the changeset viewer.
