[GL] Remove annoying fixmes :-)

Lionel Ulmer lionel.ulmer at free.fr
Sun Jun 12 03:58:38 CDT 2005


Changelog:
  Remove FIXMEs and replace them with TRACEs

-- 
		 Lionel Ulmer - http://www.bbrox.org/
-------------- next part --------------
Index: dlls/opengl32/wgl_ext.c
===================================================================
RCS file: /home/wine/wine/dlls/opengl32/wgl_ext.c,v
retrieving revision 1.8
diff -u -r1.8 wgl_ext.c
--- dlls/opengl32/wgl_ext.c	12 May 2005 09:55:44 -0000	1.8
+++ dlls/opengl32/wgl_ext.c	12 Jun 2005 08:57:09 -0000
@@ -109,8 +109,8 @@
 			    const char* glx_version, const char *glx_extensions,
 			    const char *server_glx_extensions, const char *client_glx_extensions)
 {
-  FIXME("gl_version is: \"%s\"\n", gl_version);
-  FIXME("glx_exts is: \"%s\"\n", glx_extensions);
+  TRACE("gl_version is: \"%s\"\n", gl_version);
+  TRACE("glx_exts is: \"%s\"\n", glx_extensions);
 
   return 0 <= strcmp("1.3", glx_version) || NULL != strstr(glx_extensions, "GLX_SGIX_pbuffer");
 }


More information about the wine-patches mailing list