Commit bcb9db41 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include/dxgi.idl: Fix typo in DXGI_SWAP_CHAIN_FLAG_RESTRICTED_CONTENT member name.

parent 3aa1bc57
......@@ -119,7 +119,7 @@ typedef enum DXGI_SWAP_CHAIN_FLAG
DXGI_SWAP_CHAIN_FLAG_NONPREROTATED = 0x0001,
DXGI_SWAP_CHAIN_FLAG_ALLOW_MODE_SWITCH = 0x0002,
DXGI_SWAP_CHAIN_FLAG_GDI_COMPATIBLE = 0x0004,
DXGI_SWAP_CHAIN_FLAG_RESTRICTED_CONTEXT = 0x0008,
DXGI_SWAP_CHAIN_FLAG_RESTRICTED_CONTENT = 0x0008,
DXGI_SWAP_CHAIN_FLAG_RESTRICT_SHARED_RESOURCE_DRIVER = 0x0010,
DXGI_SWAP_CHAIN_FLAG_DISPLAY_ONLY = 0x0020,
DXGI_SWAP_CHAIN_FLAG_FRAME_LATENCY_WAITABLE_OBJECT = 0x0040,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment