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/dibitmap.cpp

    r10579 r21304  
    183183    pDCData pHps;
    184184
     185    dprintf(("GDI32: CreateCompatibleBitmap. HDC = %08x, w:%d, h:%d",hdc, nWidth, nHeight));
     186
    185187    pHps = (pDCData)OSLibGpiQueryDCData((HPS)hdc);
    186188    if(!pHps)
Note: See TracChangeset for help on using the changeset viewer.