Changeset 913 for trunk/src/ddraw/OS2DDRAW.H
- Timestamp:
- Sep 12, 1999, 11:37:37 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2DDRAW.H
r587 r913 19 19 //this one has to go first! 20 20 IDirectDraw4Vtbl *lpVtbl; 21 IDirectDraw4Vtbl *lpVtbl2; // 2nd Vtable pointer An other MS assumtion see below 22 DWORD *pdwUnknownData; // MS DDCAPS (DX6 SDK bin\tools )program makes an assumtion that after the 23 // VTable comes a pointer to some data 24 // to avoid crashes we do it a favor and alloc a buffer 25 // with 255 DWORDS 26 // Known data in the buffer Height(offset 235), 27 // Height (236), Bits (241) 28 // ToDO : 29 // debug into DirectDrawCreate and se what MS is doing ! 21 30 IDirectDraw2Vtbl Vtbl; 22 31 // MS did it again with direct/X 6 they changed the behavior of the directdraw component
Note:
See TracChangeset
for help on using the changeset viewer.