Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : libs/evas

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


Modified Files:
        Makefile.am evas_engine.c 


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

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/buffer/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 22 Oct 2004 02:38:30 -0000      1.5
+++ Makefile.am 18 Jun 2005 01:00:30 -0000      1.6
@@ -5,10 +5,10 @@
 # A list of all the files in the current directory which can be regenerated
 MAINTAINERCLEANFILES = Makefile.in
 
-INCLUDES            = @freetype_cflags@ \
-                       -I. \
+INCLUDES            = -I. \
                       -I$(top_srcdir)/src/lib \
-                      -I$(top_srcdir)/src/lib/include
+                      -I$(top_srcdir)/src/lib/include \
+                      @freetype_cflags@
 
 if BUILD_ENGINE_BUFFER
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/buffer/evas_engine.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- evas_engine.c       22 May 2005 02:49:36 -0000      1.17
+++ evas_engine.c       18 Jun 2005 01:00:31 -0000      1.18
@@ -2,7 +2,6 @@
 #include "evas_private.h"
 #include "evas_engine.h"
 #include "evas_engine_api_buffer.h"
-#include "Evas.h"
 #include "Evas_Engine_Buffer.h"
 
 static void *evas_engine_buffer_info(Evas *e);
@@ -1068,8 +1067,6 @@
 evas_engine_buffer_font_draw(void *data, void *context, void *surface, void 
*font, int x, int y, int w, int h, int ow, int oh, char *text)
 {
    Render_Engine *re;
-   RGBA_Font* newfont;
-   int render_w, render_h, mult, divv;
 
    re = (Render_Engine *)data;
    if ((w == ow) && (h == oh))
@@ -1092,7 +1089,7 @@
             if (im)
               {
                  int max_ascent;
-                 int i, j;
+                 int j;
 
                  im->flags |= RGBA_IMAGE_HAS_ALPHA;
                  j = (ow+inset) * oh;




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