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

Alexandre Julliard julliard at winehq.org
Tue Nov 17 09:28:20 CST 2009


Module: wine
Branch: master
Commit: 38d44e0a5295a43ab8b997c9459b79662389fed5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=38d44e0a5295a43ab8b997c9459b79662389fed5

Author: Austin Lund <austin.lund at gmail.com>
Date:   Tue Nov 17 19:33:51 2009 +1000

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




More information about the wine-cvs mailing list