Ignore:
Timestamp:
Sep 12, 1999, 11:37:37 PM (26 years ago)
Author:
hugh
Message:

Changess in basic implementation of the IDrectDraw class
MS does assume 2 Vtables at the end and MS tools seam to use internal
knownledge of the implmentation. DDCAPS is one butn thsi does work/start now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2SURFACE.CPP

    r850 r913  
    44964496                BitmapInfo.bmiHead.biBitCount,
    44974497                GetLastError());
    4498       /*
    4499       rc = GetDIBits(hdc, me->hbmImage, 0, me->DDSurfaceDesc.dwHeight,
    4500                 me->DDSurfaceDesc.lpSurface,(PBITMAPINFO)&BitmapInfo,DIB_PAL_COLORS);
     4498      rc = GetDIBits( hdc,
     4499                      me->hbmImage, 0,
     4500                      me->DDSurfaceDesc.dwHeight,
     4501                      me->DDSurfaceDesc.lpSurface,
     4502                      (PBITMAPINFO)&BitmapInfo,
     4503                      DIB_PAL_COLORS);
    45014504      WriteLog( "GetDIBits rc=%d\n LastEror = %d\n",
    45024505                rc,
    45034506                GetLastError());
    4504       */
    45054507      break;
    45064508    case 16:
Note: See TracChangeset for help on using the changeset viewer.