[PATCH 1/5] wined3d: It's not an error to request multisampling.

Henri Verbeet hverbeet at codeweavers.com
Thu Oct 29 12:56:20 CDT 2009


---
 dlls/wined3d/context.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/context.c b/dlls/wined3d/context.c
index 8190a0a..f15d9cb 100644
--- a/dlls/wined3d/context.c
+++ b/dlls/wined3d/context.c
@@ -1258,7 +1258,7 @@ struct wined3d_context *context_create(IWineD3DDeviceImpl *This, IWineD3DSurface
                 ERR("The program is requesting multisampling without support!\n");
             else
             {
-                ERR("Requesting MultiSampleType=%d\n", pPresentParms->MultiSampleType);
+                TRACE("Requesting multisample type %#x.\n", pPresentParms->MultiSampleType);
                 numSamples = pPresentParms->MultiSampleType;
             }
         }
-- 
1.6.4.4




More information about the wine-patches mailing list