FLTK logo

[Library] r6671 - trunk/OpenGL

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[Library] r6671 - trunk/OpenGL fltk-dev Mar 06, 2009  
 
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

Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.