Matteo Bruni : dxgi: Get rid of DXGI_FRAME_LATENCY_DEFAULT.

Alexandre Julliard julliard at winehq.org
Tue Jun 5 17:06:41 CDT 2018


Module: wine
Branch: master
Commit: 0171c581ec1ec16b412c474e64b95cb9703ea62c
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=0171c581ec1ec16b412c474e64b95cb9703ea62c

Author: Matteo Bruni <mbruni at codeweavers.com>
Date:   Mon Jun  4 20:32:29 2018 +0200

dxgi: Get rid of DXGI_FRAME_LATENCY_DEFAULT.

Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dxgi/dxgi_private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/dxgi/dxgi_private.h b/dlls/dxgi/dxgi_private.h
index c8dc67f..c05a0e8 100644
--- a/dlls/dxgi/dxgi_private.h
+++ b/dlls/dxgi/dxgi_private.h
@@ -44,7 +44,6 @@
 
 enum dxgi_frame_latency
 {
-    DXGI_FRAME_LATENCY_DEFAULT =  3,
     DXGI_FRAME_LATENCY_MAX     = 16,
 };
 




More information about the wine-cvs mailing list