Ignore:
Timestamp:
Dec 29, 2002, 3:11:03 PM (23 years ago)
Author:
sandervl
Message:

Cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/surface.h

    r9459 r9560  
    1 /* $Id: surface.h,v 1.1 2002-12-04 10:35:02 sandervl Exp $ */
     1/* $Id: surface.h,v 1.2 2002-12-29 14:11:02 sandervl Exp $ */
    22
    33/*
     
    5555  //this one has to go first!
    5656  IDirectDrawSurface2Vtbl *lpVtbl;
    57   IDirectDrawSurface2Vtbl *lpVtbl2;         // 2nd Vtable pointer An other MS assumtion see below
     57  IDirectDrawSurface2Vtbl *lpVtbl2;         // 2nd Vtable pointer An other MS assumption see below
    5858//  IDirectDrawSurface4Vtbl *lpVtbl;
    59 //  IDirectDrawSurface4Vtbl *lpVtbl2;         // 2nd Vtable pointer An other MS assumtion see below
     59//  IDirectDrawSurface4Vtbl *lpVtbl2;         // 2nd Vtable pointer An other MS assumption see below
    6060  DWORD                    dwUnknownData;   // Pointer to unknown data set to DEADDEAD to indicate that we can't handle this
    6161  IDirectDrawSurface2Vtbl  Vtbl2;
Note: See TracChangeset for help on using the changeset viewer.