[PATCH 1/3] d3dx9: Move pixel sampling and recombination in copy_simple_data to separate helper functions

Henri Verbeet hverbeet at gmail.com
Mon Jul 26 08:48:51 CDT 2010


On 25 July 2010 19:15,  <tony.wasserka at freenet.de> wrote:
> +typedef struct
>  {
> +    CONST PixelFormatDesc *srcformat;
> +    CONST PixelFormatDesc *destformat;
>      DWORD srcshift[4], destshift[4];
>      DWORD srcmask[4], destmask[4];
>      BOOL process_channel[4];
> -    DWORD channels[4];
> -    DWORD channelmask = 0;
> +    DWORD channelmask;
> +} ARGB_CONVERSION_INFO;
Please don't do that.



More information about the wine-devel mailing list