[ros-dev] Re: [ros-diffs] [greatlrd] 20960: corret a member name in DD_SURFACECALLBACKS so it is same as ddk

Royce Mitchell III royce3 at ev1.net
Sat Jan 21 15:56:54 CET 2006


greatlrd at svn.reactos.org wrote:

>corret a member name in DD_SURFACECALLBACKS so it is same as ddk
>
>Modified: trunk/reactos/w32api/include/ddk/ddrawint.h
>  
>
> ------------------------------------------------------------------------
> *Modified: trunk/reactos/w32api/include/ddk/ddrawint.h*
>
>--- trunk/reactos/w32api/include/ddk/ddrawint.h	2006-01-21 02:19:27 UTC (rev 20959)
>+++ trunk/reactos/w32api/include/ddk/ddrawint.h	2006-01-21 14:22:17 UTC (rev 20960)
>@@ -421,7 +421,7 @@
>
> 	PDD_SURFCB_GETFLIPSTATUS      GetFlipStatus;
> 	PDD_SURFCB_UPDATEOVERLAY      UpdateOverlay;
> 	PDD_SURFCB_SETOVERLAYPOSITION SetOverlayPosition;
>  
>
>-	PVOID                         Reserved;
>  
>
>+	PVOID                         reserved4;
>  
>
> 	PDD_SURFCB_SETPALETTE         SetPalette;
> } DD_SURFACECALLBACKS, *PDD_SURFACECALLBACKS;
> 
>  
>
why is this necessary?



More information about the Ros-dev mailing list