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
HDC hdc;
IDirect3DSurface9 *pDDS;
RECT rSrc;
VMR9NormalizedRect *rDest;
VMR9NormalizedRect rDest;
FLOAT fAlpha;
COLORREF clrSrcKey;
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