Author: matt
Date: 2009-06-30 12:05:09 -0700 (Tue, 30 Jun 2009)
New Revision: 6811
Log:
Typos.

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

Modified: branches/branch-1.1/src/Fl_Gl_Choice.cxx
===================================================================
--- branches/branch-1.1/src/Fl_Gl_Choice.cxx    2009-06-30 18:51:09 UTC (rev 
6810)
+++ branches/branch-1.1/src/Fl_Gl_Choice.cxx    2009-06-30 19:05:09 UTC (rev 
6811)
@@ -368,7 +368,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