Ignore:
Timestamp:
Jun 18, 2009, 12:12:33 PM (16 years ago)
Author:
ydario
Message:

Gdi32 updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/objhandle.cpp

    r10374 r21304  
    474474
    475475    handleType = GetObjectType(hObj);
    476     dprintf2(("GDI32: SelectObject %x %x type %s", hdc, hObj, DbgGetGDITypeName(handleType)));
     476    dprintf(("GDI32: SelectObject %x %x type %s", hdc, hObj, DbgGetGDITypeName(handleType)));
    477477    if(handleType == OBJ_REGION) {
    478478        //Return complexity here; not previously selected clip region
Note: See TracChangeset for help on using the changeset viewer.