Changeset 9560 for trunk/src/ddraw/surface.h
- Timestamp:
- Dec 29, 2002, 3:11:03 PM (23 years ago)
- 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 $ */ 2 2 3 3 /* … … 55 55 //this one has to go first! 56 56 IDirectDrawSurface2Vtbl *lpVtbl; 57 IDirectDrawSurface2Vtbl *lpVtbl2; // 2nd Vtable pointer An other MS assum tion see below57 IDirectDrawSurface2Vtbl *lpVtbl2; // 2nd Vtable pointer An other MS assumption see below 58 58 // IDirectDrawSurface4Vtbl *lpVtbl; 59 // IDirectDrawSurface4Vtbl *lpVtbl2; // 2nd Vtable pointer An other MS assum tion see below59 // IDirectDrawSurface4Vtbl *lpVtbl2; // 2nd Vtable pointer An other MS assumption see below 60 60 DWORD dwUnknownData; // Pointer to unknown data set to DEADDEAD to indicate that we can't handle this 61 61 IDirectDrawSurface2Vtbl Vtbl2;
Note:
See TracChangeset
for help on using the changeset viewer.