ddraw/tests: Fix test failure for D3DFMT_A2R10G10B10 pixel format in GetDC tests

Austin Lund austin.lund at gmail.com
Tue Nov 17 03:38:30 CST 2009


-------------- next part --------------
From d9c29efc52904a934b1d55e1c387737fe79217d7 Mon Sep 17 00:00:00 2001
From: Austin Lund <austin.lund at gmail.com>
Date: Tue, 17 Nov 2009 19:33:51 +1000
Subject: [PATCH] ddraw/tests: Fix test failure for D3DFMT_A2R10G10B10 pixel format in GetDC tests

---
 dlls/ddraw/tests/dsurface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/tests/dsurface.c b/dlls/ddraw/tests/dsurface.c
index e05c967..f6f1258 100644
--- a/dlls/ddraw/tests/dsurface.c
+++ b/dlls/ddraw/tests/dsurface.c
@@ -3136,7 +3136,7 @@ static void GetDCFormatTest(void)
                 sizeof(DDPIXELFORMAT), DDPF_RGB | DDPF_ALPHAPIXELS, 0,
                        {32}, {0xC0000000}, {0x3FF00000}, {0x000FFC00}, {0x000003FF}
             },
-            FALSE
+            TRUE
         },
         /*
          * GetDC on a P8 surface fails unless the display mode is 8 bpp. This is not
-- 
1.6.3.3


More information about the wine-patches mailing list