update the intddraw.h so it use some struct that was missing.

svn path=/trunk/; revision=18730
This commit is contained in:
Magnus Olsen 2005-10-24 05:05:07 +00:00
parent 2f9dc96321
commit c29c9e80df

View file

@ -44,20 +44,21 @@ typedef struct
DD_COLORCONTROLCALLBACKS Color;
// D3DHAL_CALLBACKS
//D3DHAL_CALLBACKS D3dHal;
//D3DHAL_CALLBACKS3 D3dHal3;
//D3DHAL_D3DEXTENDEDCAPS D3dHal3Ext;
// D3DHAL_CALLBACKS D3dHal;
// D3DHAL_CALLBACKS3 D3dHal3;
// D3DHAL_D3DEXTENDEDCAPS D3dHal3Ext;
// Heap Callback
//DD_GETHEAPALIGNMENTDATA HeapData;
DD_GETHEAPALIGNMENTDATA HeapData;
// Kernel Callback
//DD_KERNELCALLBACKS Kernel;
//DDKERNELCAPS KernelCaps;
DD_KERNELCALLBACKS Kernel;
DDKERNELCAPS KernelCaps;
// Miscellaneous Callback
DD_MISCELLANEOUSCALLBACKS Misc;
// NT-based Callback
PDD_FLIPTOGDISURFACE DdFlipToGDISurface;