summaryrefslogtreecommitdiff
path: root/specs/dxgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'specs/dxgi.py')
-rw-r--r--specs/dxgi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/dxgi.py b/specs/dxgi.py
index 5848cbe4..b549d322 100644
--- a/specs/dxgi.py
+++ b/specs/dxgi.py
@@ -356,8 +356,8 @@ IDXGIResource.methods += [
]
IDXGIKeyedMutex.methods += [
- StdMethod(HRESULT, "AcquireSync", [(UINT64, "Key"), (DWORD, "dwMilliseconds")]),
- StdMethod(HRESULT, "ReleaseSync", [(UINT64, "Key")]),
+ StdMethod(HRESULT, "AcquireSync", [(UINT64, "Key"), (DWORD, "dwMilliseconds")], sideeffects=False),
+ StdMethod(HRESULT, "ReleaseSync", [(UINT64, "Key")], sideeffects=False),
]
DXGI_MAP = Flags(UINT, [