[OpenGL] Remove mostly useless ERR + mail :-)

Lionel Ulmer lionel.ulmer at free.fr
Wed Sep 1 15:22:28 CDT 2004


Hi all,

As most of the report I get due to this line comes the fact that NVIDIA's
Linux GL library has exactly the same entry point than the Windows one and
so people are finding Win32-only extensions in the Linux library, it's not
really useful.

So let's remove it (to prevent me sending my 'thanks for the report but it
cannot be fixed' template :-) ).

       Lionel

Changelog:
 - convert mostly useless ERR to WARN message

-- 
		 Lionel Ulmer - http://www.bbrox.org/
-------------- next part --------------
Index: dlls/opengl32/wgl.c
===================================================================
RCS file: /home/wine/wine/dlls/opengl32/wgl.c,v
retrieving revision 1.49
diff -u -r1.49 wgl.c
--- dlls/opengl32/wgl.c	16 Aug 2004 20:07:06 -0000	1.49
+++ dlls/opengl32/wgl.c	1 Sep 2004 20:21:52 -0000
@@ -347,7 +347,7 @@
       local_func = p_glXGetProcAddressARB(lpszProc);
       LEAVE_GL();
       if (local_func != NULL) {
-	ERR("Extension %s defined in the OpenGL library but NOT in opengl_ext.c... Please report (lionel.ulmer at free.fr) !\n", lpszProc);
+	WARN("Extension %s defined in the OpenGL library but NOT in opengl_ext.c...\n", lpszProc);
 	return NULL;
       }
       


More information about the wine-patches mailing list