Signed-off-by: Jacek Caban <[email protected]>
---
 mingw-w64-headers/Makefile.am                |  1 +
 mingw-w64-headers/include/dcompanimation.idl | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)
 create mode 100644 mingw-w64-headers/include/dcompanimation.idl


diff --git a/mingw-w64-headers/Makefile.am b/mingw-w64-headers/Makefile.am
index c6881d1..9ddb917 100644
--- a/mingw-w64-headers/Makefile.am
+++ b/mingw-w64-headers/Makefile.am
@@ -82,6 +82,7 @@ IDL_SRCS = \
   include/control.idl \
   include/ctfutb.idl \
   include/dbgprop.idl \
+  include/dcompanimation.idl \
   include/dimm.idl \
   include/dispex.idl \
   include/docobj.idl \
diff --git a/mingw-w64-headers/include/dcompanimation.idl b/mingw-w64-headers/include/dcompanimation.idl
new file mode 100644
index 0000000..0711789
--- /dev/null
+++ b/mingw-w64-headers/include/dcompanimation.idl
@@ -0,0 +1,24 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the mingw-w64 runtime package.
+ * No warranty is given; refer to the file DISCLAIMER.PD within this package.
+ */
+
+import "wtypes.idl";
+import "unknwn.idl";
+
+[
+    local,
+    object,
+    uuid(cbfd91d9-51b2-45e4-b3de-d19ccfb863c5),
+    pointer_default(unique)
+]
+interface IDCompositionAnimation : IUnknown
+{
+    HRESULT Reset();
+    HRESULT SetAbsoluteBeginTime(LARGE_INTEGER);
+    HRESULT AddCubic(double,float,float,float,float);
+    HRESULT AddSinusoidal(double,float,float,float,float);
+    HRESULT AddRepeat(double,double);
+    HRESULT End(double,float);
+}

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to