Commit 83db71eb authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

include: Fix VMR9AlphaBitmap definition.

parent 316a8d0a
...@@ -272,7 +272,7 @@ typedef struct _VMR9AlphaBitmap ...@@ -272,7 +272,7 @@ typedef struct _VMR9AlphaBitmap
HDC hdc; HDC hdc;
IDirect3DSurface9 *pDDS; IDirect3DSurface9 *pDDS;
RECT rSrc; RECT rSrc;
VMR9NormalizedRect *rDest; VMR9NormalizedRect rDest;
FLOAT fAlpha; FLOAT fAlpha;
COLORREF clrSrcKey; COLORREF clrSrcKey;
DWORD dwFilterMode; DWORD dwFilterMode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment