Author: AlbrechtS
Date: 2009-03-06 00:01:17 -0800 (Fri, 06 Mar 2009)
New Revision: 6671
Log:
commented out a test printf statement


Modified:
   trunk/OpenGL/Fl_Gl_Choice.cxx

Modified: trunk/OpenGL/Fl_Gl_Choice.cxx
===================================================================
--- trunk/OpenGL/Fl_Gl_Choice.cxx       2009-02-28 09:56:41 UTC (rev 6670)
+++ trunk/OpenGL/Fl_Gl_Choice.cxx       2009-03-06 08:01:17 UTC (rev 6671)
@@ -245,7 +245,7 @@
                (PFNGLXCREATECONTEXTATTRIBSARB)  glXGetProcAddress((const 
GLubyte *) "glXCreateContextAttribsARB");
 
   if (glXGetFBConfigFromVisualSGIX && glXCreateContextAttribsARB) {
-    printf("Success!\n");
+    // printf("Success!\n");
     GLXFBConfig c = glXGetFBConfigFromVisualSGIX(xdisplay, vis);
 #   define GLX_CONTEXT_MAJOR_VERSION_ARB               0x2091
 #   define GLX_CONTEXT_MINOR_VERSION_ARB               0x2092

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to