Ignore:
Timestamp:
Oct 25, 1999, 1:17:30 AM (26 years ago)
Author:
hugh
Message:

Fixed Bug in colorconversion, didn't iterate
ddex1.exe from the DX samples now works,
but bitmap is still mirrored up/down

File:
1 edited

Legend:

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

    r587 r1434  
    3030  //this one has to go first!
    3131  IDirectDrawSurface4Vtbl *lpVtbl;
     32  IDirectDrawSurface4Vtbl *lpVtbl2;         // 2nd Vtable pointer An other MS assumtion see below
     33  DWORD                    dwUnknownData;   // Pointer to unknown data set to DEADDEAD to indicate that we can't handle this
    3234  IDirectDrawSurface2Vtbl  Vtbl2;
    3335  IDirectDrawSurface3Vtbl  Vtbl3;
Note: See TracChangeset for help on using the changeset viewer.