Ignore:
Timestamp:
Jan 18, 2001, 7:13:18 PM (25 years ago)
Author:
sandervl
Message:

SetDIBitsToDevice fix + more logging

File:
1 edited

Legend:

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

    r4857 r4963  
    1 /* $Id: objhandle.cpp,v 1.10 2000-12-30 13:28:32 sandervl Exp $ */
     1/* $Id: objhandle.cpp,v 1.11 2001-01-18 18:13:18 sandervl Exp $ */
    22/*
    33 * Win32 Handle Management Code for OS/2
     
    289289DWORD WIN32API GetObjectType( HGDIOBJ hObj)
    290290{
    291     dprintf2(("GDI32: GetObjectType\n"));
     291    dprintf2(("GDI32: GetObjectType %x", hObj));
    292292    if(ObjGetHandleType(hObj) == GDIOBJ_REGION) {
    293293        SetLastError(ERROR_SUCCESS);
Note: See TracChangeset for help on using the changeset viewer.