Commit 3822e4f3 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include/dxgi1_2.idl: Add missing values in DXGI_SCALING enum.

parent 9b53378c
......@@ -213,7 +213,8 @@ interface IDXGIDevice2 : IDXGIDevice1
typedef enum DXGI_SCALING {
DXGI_SCALING_STRETCH = 0,
DXGI_SCALING_NONE = 1
DXGI_SCALING_NONE = 1,
DXGI_SCALING_ASPECT_RATIO_STRETCH = 2,
} DXGI_SCALING;
typedef struct DXGI_SWAP_CHAIN_DESC1 {
......
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