Changeset 6245 for trunk/src


Ignore:
Timestamp:
Jul 8, 2001, 12:59:23 PM (24 years ago)
Author:
sandervl
Message:

minor logging update

File:
1 edited

Legend:

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

    r6163 r6245  
    1 /* $Id: objhandle.cpp,v 1.14 2001-07-04 08:03:55 sandervl Exp $ */
     1/* $Id: objhandle.cpp,v 1.15 2001-07-08 10:59:23 sandervl Exp $ */
    22/*
    33 * Win32 Handle Management Code for OS/2
     
    251251 DWORD   handleType;
    252252
    253     dprintf2(("GDI32: SelectObject %x %x type %x", hdc, hObj, handleType));
    254 
    255253    //TODO: must use 16 bits gdi object handles
    256254    if(HIWORD(hObj) == 0) {
     
    259257
    260258    handleType = GetObjectType(hObj);
     259    dprintf2(("GDI32: SelectObject %x %x type %x", hdc, hObj, handleType));
    261260    if(handleType == GDIOBJ_REGION) {
    262261        //Return complexity here; not previously selected clip region
Note: See TracChangeset for help on using the changeset viewer.