[3/3] Make mac driver the default on OS X

Josh DuBois duboisj at codeweavers.com
Tue Mar 5 18:32:19 CST 2013


---
  dlls/winemac.drv/macdrv_main.c |    2 +-
  dlls/winex11.drv/x11drv_main.c |    2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

-------------- next part --------------
>From 3118671044ecf3adb881ef810dd4aa14ae645f8e Mon Sep 17 00:00:00 2001
From: Josh DuBois <duboisj at CodeWeavers.com>
Date: Tue, 5 Mar 2013 15:33:56 -0600
Subject: Quiet some errors while loading display drivers.

---
 dlls/winemac.drv/macdrv_main.c |    2 +-
 dlls/winex11.drv/x11drv_main.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/winemac.drv/macdrv_main.c b/dlls/winemac.drv/macdrv_main.c
index cd1cc0c..1f16694 100644
--- a/dlls/winemac.drv/macdrv_main.c
+++ b/dlls/winemac.drv/macdrv_main.c
@@ -85,7 +85,7 @@ static BOOL process_attach(void)
     macdrv_err_on = ERR_ON(macdrv);
     if (macdrv_start_cocoa_app(GetTickCount64()))
     {
-        ERR("Failed to start Cocoa app main loop\n");
+        TRACE("Failed to start Cocoa app main loop\n");
         return FALSE;
     }
 
diff --git a/dlls/winex11.drv/x11drv_main.c b/dlls/winex11.drv/x11drv_main.c
index 329fea5..173721c 100644
--- a/dlls/winex11.drv/x11drv_main.c
+++ b/dlls/winex11.drv/x11drv_main.c
@@ -539,7 +539,7 @@ static BOOL process_attach(void)
 
     if (!libx11)
     {
-        ERR( "failed to load %s: %s\n", SONAME_LIBX11, error );
+        TRACE( "failed to load %s: %s\n", SONAME_LIBX11, error );
         return FALSE;
     }
     pXGetEventData = wine_dlsym( libx11, "XGetEventData", NULL, 0 );
-- 
1.7.7.4



More information about the wine-patches mailing list