dxgi-GammaRamp: Add reference to bug report.

This commit is contained in:
Sebastian Lackner 2017-08-23 19:43:34 +02:00
parent eb4587492e
commit e53b4e2702
3 changed files with 6 additions and 3 deletions

View File

@ -1 +1 @@
Fixes: Implement DXGI GammaControl methods
Fixes: [43584] Implement DXGI GammaControl methods

View File

@ -58,7 +58,7 @@ upstream_commit()
# Show version information
version()
{
echo "Wine Staging 2.15"
echo "Wine Staging 2.16 (unreleased)"
echo "Copyright (C) 2014-2017 the Wine Staging project authors."
echo ""
echo "Patchset to be applied on upstream Wine:"
@ -4737,6 +4737,9 @@ fi
# Patchset dxgi-GammaRamp
# |
# | This patchset fixes the following Wine bugs:
# | * [#43584] Implement DXGI GammaControl methods
# |
# | Modified files:
# | * dlls/dxgi/Makefile.in, dlls/dxgi/output.c, dlls/dxgi/tests/device.c
# |

View File

@ -1 +1 @@
Wine Staging 2.15
Wine Staging 2.16 (unreleased)