Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

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


Modified Files:
        Makefile.am evas_engine.c evas_x_main.c 


Log Message:
Cleanup some headers.
Remove duplicate typedefs and declerations.

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/gl_x11/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 22 Oct 2004 02:38:31 -0000      1.6
+++ Makefile.am 18 Jun 2005 01:00:31 -0000      1.7
@@ -5,10 +5,10 @@
 # A list of all the files in the current directory which can be regenerated
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES            = @freetype_cflags@ @x_cflags@ @gl_cflags@ \
-                       -I. \
+INCLUDES            = -I. \
                       -I$(top_srcdir)/src/lib \
-                      -I$(top_srcdir)/src/lib/include
+                      -I$(top_srcdir)/src/lib/include \
+                      @freetype_cflags@ @x_cflags@ @gl_cflags@
 
 if BUILD_ENGINE_GL_X11
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/gl_x11/evas_engine.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- evas_engine.c       22 May 2005 02:49:49 -0000      1.16
+++ evas_engine.c       18 Jun 2005 01:00:31 -0000      1.17
@@ -2,7 +2,6 @@
 #include "evas_private.h"
 #include "evas_engine.h"
 #include "evas_engine_api_gl_x11.h"
-#include "Evas.h"
 #include "Evas_Engine_GL_X11.h"
 #include "evas_gl_common.h"
 
@@ -375,7 +374,6 @@
 evas_engine_gl_x11_output_flush(void *data)
 {
    Render_Engine *re;
-   static int fr = 0;
 
    re = (Render_Engine *)data;
 //   printf("GL: flush your mush!\n");
@@ -686,7 +684,6 @@
 evas_engine_gl_x11_image_dirty_region(void *data, void *image, int x, int y, 
int w, int h)
 {
    Render_Engine *re;
-   Evas_GL_Image *im;
 
    re = (Render_Engine *)data;
    evas_gl_common_image_dirty(image);
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/gl_x11/evas_x_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_x_main.c       22 May 2005 02:49:49 -0000      1.6
+++ evas_x_main.c       18 Jun 2005 01:00:31 -0000      1.7
@@ -2,7 +2,6 @@
 #include "evas_private.h"
 #include "evas_engine.h"
 #include "evas_engine_api_gl_x11.h"
-#include "Evas.h"
 #include "Evas_Engine_GL_X11.h"
 #include "evas_gl_common.h"
 




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to