Jacek Caban : dxgi.idl: Added DXGI_PRESENT_* defines.

Alexandre Julliard julliard at winehq.org
Tue Sep 17 15:25:53 CDT 2013


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Tue Sep 17 12:05:48 2013 +0200

dxgi.idl: Added DXGI_PRESENT_* defines.

---

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

diff --git a/include/dxgi.idl b/include/dxgi.idl
index d87a72c..a4326a7 100644
--- a/include/dxgi.idl
+++ b/include/dxgi.idl
@@ -289,6 +289,16 @@ interface IDXGIAdapter : IDXGIObject
     );
 }
 
+cpp_quote("#define DXGI_MAX_SWAP_CHAIN_BUFFERS  (16)")
+
+cpp_quote("#define DXGI_PRESENT_TEST                   __MSABI_LONG(0x00000001U)")
+cpp_quote("#define DXGI_PRESENT_DO_NOT_SEQUENCE        __MSABI_LONG(0x00000002U)")
+cpp_quote("#define DXGI_PRESENT_RESTART                __MSABI_LONG(0x00000004U)")
+cpp_quote("#define DXGI_PRESENT_DO_NOT_WAIT            __MSABI_LONG(0x00000008U)")
+cpp_quote("#define DXGI_PRESENT_STEREO_PREFER_RIGHT    __MSABI_LONG(0x00000010U)")
+cpp_quote("#define DXGI_PRESENT_STEREO_TEMPORARY_MONO  __MSABI_LONG(0x00000020U)")
+cpp_quote("#define DXGI_PRESENT_RESTRICT_TO_OUTPUT     __MSABI_LONG(0x00000040U)")
+
 [
     object,
     local,




More information about the wine-cvs mailing list