Louis Lenders : include: Add definition of MilMatrix3x2D.

Alexandre Julliard julliard at winehq.org
Mon Oct 12 11:19:47 CDT 2009


Module: wine
Branch: master
Commit: be72cd213658996d86a7952c07cde055290d1b50
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=be72cd213658996d86a7952c07cde055290d1b50

Author: Louis Lenders <xerox_xerox2000 at yahoo.co.uk>
Date:   Sun Oct 11 23:02:27 2009 +0200

include: Add definition of MilMatrix3x2D.

---

 include/dwmapi.h |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/include/dwmapi.h b/include/dwmapi.h
index 551138e..4fe51bc 100644
--- a/include/dwmapi.h
+++ b/include/dwmapi.h
@@ -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*);




More information about the wine-cvs mailing list