Commit be72cd21 authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

include: Add definition of MilMatrix3x2D.

parent cc34e753
......@@ -31,6 +31,16 @@ extern "C" {
DECLARE_HANDLE(HTHUMBNAIL);
typedef struct _MilMatrix3x2D
{
DOUBLE S_11;
DOUBLE S_12;
DOUBLE S_21;
DOUBLE S_22;
DOUBLE DX;
DOUBLE DY;
} MilMatrix3x2D;
DWMAPI DwmEnableComposition(UINT);
DWMAPI DwmEnableMMCSS(BOOL);
DWMAPI DwmExtendFrameIntoClientArea(HWND,const MARGINS*);
......
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