Author: engelsman
Date: 2009-06-30 11:48:22 -0700 (Tue, 30 Jun 2009)
New Revision: 6809
Log:
corrected typo in src/Fl_Gl_Choice.cxx



Modified:
   branches/branch-1.3/src/Fl_Gl_Choice.cxx

Modified: branches/branch-1.3/src/Fl_Gl_Choice.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Gl_Choice.cxx    2009-06-30 13:57:45 UTC (rev 
6808)
+++ branches/branch-1.3/src/Fl_Gl_Choice.cxx    2009-06-30 18:48:22 UTC (rev 
6809)
@@ -264,7 +264,7 @@
 
 GLContext fl_create_gl_context(XVisualInfo* vis) {
   GLContext shared_ctx = 0;
-  if (context_list && nContext) shared_context = context_list[0];
+  if (context_list && nContext) shared_ctx = context_list[0];
   GLContext context = glXCreateContext(fl_display, vis, shared_ctx, 1);
   if (context)
     add_context(context);

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

Reply via email to