Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/include


Modified Files:
        evas_gl_common.h 


Log Message:


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

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_gl_common.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_gl_common.h    5 Sep 2003 05:37:14 -0000       1.2
+++ evas_gl_common.h    5 Sep 2003 06:52:43 -0000       1.3
@@ -54,6 +54,11 @@
       int          x, y, w, h;
    } clip;
    
+   struct {
+      int sgis_generate_mipmap : 1;
+      int nv_texture_rectangle : 1;
+   } ext;
+   
    GLenum          read_buf;
    GLenum          write_buf;
    




-------------------------------------------------------
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