Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets/api


Modified Files:
        epplet.c epplet.h.in 


Log Message:
Cleanups.

===================================================================
RCS file: /cvs/e/e16/epplets/api/epplet.c,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -3 -r1.141 -r1.142
--- epplet.c    18 Mar 2007 04:29:31 -0000      1.141
+++ epplet.c    18 Mar 2007 04:49:48 -0000      1.142
@@ -5398,7 +5398,7 @@
      }
 }
 
-#ifdef HAVE_LIBGL
+#ifdef HAVE_GLX
 GLXContext
 Epplet_bind_double_GL(Epplet_gadget da, int red, int green, int blue,
                      int aux_buffers, int alpha, int depth, int stencil,
===================================================================
RCS file: /cvs/e/e16/epplets/api/epplet.h.in,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- epplet.h.in 15 Apr 2006 19:39:32 -0000      1.57
+++ epplet.h.in 18 Mar 2007 04:49:48 -0000      1.58
@@ -32,7 +32,7 @@
 #endif
 
 /* preliminary OpenGL Checking */
-#ifdef HAVE_LIBGL
+#ifdef HAVE_GLX
 #include <GL/glut.h>
 #include <GL/glx.h>
 #endif
@@ -536,7 +536,7 @@
 /* free an RGB buffer */
 void                Epplet_free_rgb_buf(RGB_buf buf);
 
-#ifdef HAVE_LIBGL
+#ifdef HAVE_GLX
 /****************************************************************************/
 /* OpenGL (GLX) calls. Use these functions to setup and destroy a OpenGL    */
 /* context for epplets. All glx contexts are linked to an epplet drawing    */



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to