[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:03:57 UTC 2012


The following commit has been merged in the wheezy branch:
commit 871a20a49a5d04fb38e9ce2c75b266b1ac878968
Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu May 31 13:19:54 2012 +0200

    dxgi.idl: Added IDXGIKeyedMutex declaration.
    (cherry picked from commit bbf8c42f6915f1b392052070b12d4c45a60defdb)

diff --git a/include/dxgi.idl b/include/dxgi.idl
index e74b525..d87a72c 100644
--- a/include/dxgi.idl
+++ b/include/dxgi.idl
@@ -192,6 +192,18 @@ interface IDXGIResource : IDXGIDeviceSubObject
 
 [
     object,
+    uuid(9d8e1289-d7b3-465f-8126-250e349af85d),
+    local,
+    pointer_default(unique)
+]
+interface IDXGIKeyedMutex : IDXGIDeviceSubObject
+{
+    HRESULT AcquireSync([in] UINT64 Key, [in] DWORD dwMilliseconds);
+    HRESULT ReleaseSync([in] UINT64 Key);
+}
+
+[
+    object,
     local,
     uuid(cafcb56c-6ac3-4889-bf47-9e23bbd260ec)
 ]

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list