Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/gl_x11


Modified Files:
        evas_x_main.c 


Log Message:


query extensions now... properly... :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/gl_x11/evas_x_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- evas_x_main.c       4 Sep 2003 07:40:33 -0000       1.3
+++ evas_x_main.c       5 Sep 2003 06:52:43 -0000       1.4
@@ -50,6 +50,7 @@
    if (!context)
      context = glXCreateContext(disp, gw->visualinfo, NULL, GL_TRUE);
    gw->context = context;
+   glXMakeCurrent(gw->disp, gw->win, gw->context);
    gw->gl_context = evas_gl_common_context_new();
    if (!gw->gl_context)
      {




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to