Commit 51b05581 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Store "multisample_quality" as an unsigned int in struct wined3d_swapchain_desc.

Consistent with what we do in other places in wined3d, like e.g. struct wined3d_resource_desc. Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 65ff2098
......@@ -1774,7 +1774,7 @@ struct wined3d_swapchain_desc
unsigned int backbuffer_count;
unsigned int backbuffer_bind_flags;
enum wined3d_multisample_type multisample_type;
DWORD multisample_quality;
unsigned int multisample_quality;
enum wined3d_swap_effect swap_effect;
HWND device_window;
BOOL windowed;
......
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