From 5def3b7be142cfc6bbb1534bd0557c5f324de8c0 Mon Sep 17 00:00:00 2001 From: Christoph Bumiller Date: Sat, 24 Sep 2011 15:37:32 +0200 Subject: [PATCH] d3d1x: fix uninitialized const color union black Broken by 6dd284f7c8fac22f64c13fdf9909094f5ec59086. --- src/gallium/state_trackers/d3d1x/dxgi/src/dxgi_native.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/state_trackers/d3d1x/dxgi/src/dxgi_native.cpp b/src/gallium/state_trackers/d3d1x/dxgi/src/dxgi_native.cpp index e3329e4..32817ec 100644 --- a/src/gallium/state_trackers/d3d1x/dxgi/src/dxgi_native.cpp +++ b/src/gallium/state_trackers/d3d1x/dxgi/src/dxgi_native.cpp @@ -1162,7 +1162,7 @@ struct GalliumDXGISwapChain : public GalliumDXGIObjectwidth0 != dst_w || src->height0 != dst_h) { struct pipe_surface templat; -- 2.7.4