Fixed a typo
authorGregor Brunmar <gbrunmar.ros@gmail.com>
Sun, 10 Feb 2008 09:08:50 +0000 (09:08 +0000)
committerGregor Brunmar <gbrunmar.ros@gmail.com>
Sun, 10 Feb 2008 09:08:50 +0000 (09:08 +0000)
svn path=/trunk/; revision=32251

reactos/dll/directx/d3d9/d3d9_impl.c

index 9e9f34a..87b7bdd 100644 (file)
@@ -189,7 +189,7 @@ static UINT WINAPI IDirect3D9Impl_GetAdapterModeCount(LPDIRECT3D9 iface, UINT Ad
         return D3DERR_INVALIDCALL;
     }
 
-    if (Format != D3DFMT_R5G6B5)
+    if (Format != D3DFMT_A2R10G10B10)
     {
         AdapterModeCount = GetDisplayFormatCount(
             Format,
@@ -261,7 +261,7 @@ static HRESULT WINAPI IDirect3D9Impl_EnumAdapterModes(LPDIRECT3D9 iface, UINT Ad
         return D3DERR_INVALIDCALL;
     }
 
-    if (Format != D3DFMT_R5G6B5)
+    if (Format != D3DFMT_A2R10G10B10)
     {
         pMatchingDisplayFormat = FindDisplayFormat(
             Format,