[ros-diffs] [greatlrd] 50061: Fix right postions of ddCalllBack and down in EDD_DIRECTDRAWGLOBAL We do not use it in win32k only dxg.sys using it. but win32k must provide it

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Sun Dec 19 15:51:36 UTC 2010


Author: greatlrd
Date: Sun Dec 19 15:51:35 2010
New Revision: 50061

URL: http://svn.reactos.org/svn/reactos?rev=50061&view=rev
Log:
Fix right postions of ddCalllBack and down in 
EDD_DIRECTDRAWGLOBAL 
We do not use it in win32k only dxg.sys using it.
but win32k must provide it

Modified:
    branches/reactx/reactos/include/reactos/drivers/directx/directxint.h

Modified: branches/reactx/reactos/include/reactos/drivers/directx/directxint.h
URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/include/reactos/drivers/directx/directxint.h?rev=50061&r1=50060&r2=50061&view=diff
==============================================================================
--- branches/reactx/reactos/include/reactos/drivers/directx/directxint.h [iso-8859-1] (original)
+++ branches/reactx/reactos/include/reactos/drivers/directx/directxint.h [iso-8859-1] Sun Dec 19 15:51:35 2010
@@ -141,8 +141,8 @@
 /* 0x038 */    DWORD dwNumFourCC;                                      // 0x038 <-- verified to match Windows XP, dwNumFourCC
 /* 0x03C */    PDWORD pdwFourCC;                                       // 0x03C <-- verified to match Windows XP, pdwFourCC
 /* 0x040 */    DD_HALINFO ddHalInfo;                                   // 0x040 <-- verified to match Windows XP, ddHalInfo
-/* 0x1E0 */    ULONG unk_1e0[46];
-/* 0x298 */    DD_CALLBACKS ddCallbacks;                               // 0x298 <-- verified to match Windows XP, ddCallbacks
+/* 0x1E0 */    ULONG unk_1e0[47];
+/* 0x29C */    DD_CALLBACKS ddCallbacks;                               // 0x29C <-- verified to match Windows XP, ddCallbacks
 /* 0x2C4 */    DD_SURFACECALLBACKS ddSurfaceCallbacks;                 // 0x2C4 <-- verified to match Windows XP, ddSurfaceCallbacks
 /* 0x304 */    DD_PALETTECALLBACKS ddPaletteCallbacks;                 // 0x304 <-- verified to match Windows XP, ddPaletteCallbacks
 /* 0x314 */    D3DNTHAL_GLOBALDRIVERDATA d3dNtGlobalDriverData;        // 0x304 <-- verified to match Windows XP, d3dNtGlobalDriverData




More information about the Ros-diffs mailing list