Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_gl_context.c 


Log Message:


fix multiple gl canvas issues

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/gl_common/evas_gl_context.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- evas_gl_context.c   3 Feb 2004 06:04:54 -0000       1.7
+++ evas_gl_context.c   25 Feb 2004 02:50:48 -0000      1.8
@@ -15,7 +15,7 @@
 evas_gl_common_context_new(void)
 {
    Evas_GL_Context *gc;
-   
+
    if (_evas_gl_common_context)
      {
        _evas_gl_common_context->references++;
@@ -39,6 +39,7 @@
    gc->change.clip    = 1;
    gc->change.buf     = 1;
    gc->change.other   = 1;
+   _evas_gl_common_context = gc;
    return gc;
 }
 




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to