[3/3] Make mac driver the default on OS X (try 2)

Josh DuBois duboisj at codeweavers.com
Fri Mar 15 13:24:20 CDT 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 dfb0b0d91e7dc82ef15878324a023586870c5929 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 10c54fa..60c0f47 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");
+        WARN("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..4aeb265 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 );
+        WARN ( "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