Sweden-Number/dlls/dxgi
Zhiyi Zhang f91dd56ccd wined3d: Do not clip the cursor after changing display modes.
DirectDraw should clip the cursor to the primary monitor only when the
cooperative level is DDSCL_EXCLUSIVE. For Direct3D 8, 9 and DXGI,
changing display modes shouldn't clip the cursor as tests showed.

Signed-off-by: Zhiyi Zhang <zzhang@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-04-09 21:04:04 +02:00
..
tests wined3d: Do not clip the cursor after changing display modes. 2020-04-09 21:04:04 +02:00
Makefile.in dxgi: Create Vulkan swapchains for D3D12. 2018-05-31 20:00:38 +02:00
adapter.c wined3d: Remove device_name and device_name_size from struct wined3d_adapter_identifier. 2020-03-25 20:33:56 +01:00
device.c wined3d: Pass a struct wined3d_adapter pointer to wined3d_device_create(). 2020-03-11 15:55:00 +01:00
dxgi.spec dxgi: Stub DXGIGetDebugInterface1(). 2018-08-14 10:16:01 +02:00
dxgi_main.c dxgi: Return DXGI_ERROR_SDK_COMPONENT_MISSING from DXGIGetDebugInterface1(). 2018-08-16 13:06:09 +02:00
dxgi_private.h wined3d: Introduce wined3d_adapter_get_output(). 2020-03-03 20:01:25 +01:00
factory.c dxgi: Check NULL adapter parameter in dxgi_factory_EnumAdapterByLuid(). 2020-02-20 16:14:05 +01:00
output.c wined3d: Refactor wined3d_get_output_desc() to wined3d_output_get_desc(). 2020-03-19 20:24:56 +01:00
surface.c dxgi: Implement Map()/Unmap(). 2018-09-03 19:43:52 +02:00
swapchain.c dxgi: Use standard dlopen() instead of the libwine wrappers. 2020-04-06 21:21:41 +02:00
utils.c dxgi: Implement d3d12_swapchain_ResizeTarget(). 2019-08-01 08:04:42 +02:00
version.rc