diff --git a/reactos/subsys/win32k/include/intddraw.h b/reactos/subsys/win32k/include/intddraw.h index beb5e8fe3de..041600e94fa 100644 --- a/reactos/subsys/win32k/include/intddraw.h +++ b/reactos/subsys/win32k/include/intddraw.h @@ -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;