- Timestamp:
- Jul 8, 2001, 12:59:23 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/objhandle.cpp
r6163 r6245 1 /* $Id: objhandle.cpp,v 1.1 4 2001-07-04 08:03:55sandervl Exp $ */1 /* $Id: objhandle.cpp,v 1.15 2001-07-08 10:59:23 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Handle Management Code for OS/2 … … 251 251 DWORD handleType; 252 252 253 dprintf2(("GDI32: SelectObject %x %x type %x", hdc, hObj, handleType));254 255 253 //TODO: must use 16 bits gdi object handles 256 254 if(HIWORD(hObj) == 0) { … … 259 257 260 258 handleType = GetObjectType(hObj); 259 dprintf2(("GDI32: SelectObject %x %x type %x", hdc, hObj, handleType)); 261 260 if(handleType == GDIOBJ_REGION) { 262 261 //Return complexity here; not previously selected clip region
Note:
See TracChangeset
for help on using the changeset viewer.