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; DD_COLORCONTROLCALLBACKS Color;
// D3DHAL_CALLBACKS // D3DHAL_CALLBACKS
//D3DHAL_CALLBACKS D3dHal; // D3DHAL_CALLBACKS D3dHal;
//D3DHAL_CALLBACKS3 D3dHal3; // D3DHAL_CALLBACKS3 D3dHal3;
//D3DHAL_D3DEXTENDEDCAPS D3dHal3Ext; // D3DHAL_D3DEXTENDEDCAPS D3dHal3Ext;
// Heap Callback // Heap Callback
//DD_GETHEAPALIGNMENTDATA HeapData; DD_GETHEAPALIGNMENTDATA HeapData;
// Kernel Callback // Kernel Callback
//DD_KERNELCALLBACKS Kernel; DD_KERNELCALLBACKS Kernel;
//DDKERNELCAPS KernelCaps; DDKERNELCAPS KernelCaps;
// Miscellaneous Callback // Miscellaneous Callback
DD_MISCELLANEOUSCALLBACKS Misc; DD_MISCELLANEOUSCALLBACKS Misc;
// NT-based Callback // NT-based Callback
PDD_FLIPTOGDISURFACE DdFlipToGDISurface; PDD_FLIPTOGDISURFACE DdFlipToGDISurface;