Enlightenment CVS committal
Author : doursse
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common
Modified Files:
Makefile.am evas_line_main.c evas_polygon_main.c
evas_rectangle_main.c
Added Files:
evas_line.h evas_polygon.h evas_rectangle.h
Log Message:
* move line, polygon, rectangle API to their own files
* add vim header
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/Makefile.am,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- Makefile.am 19 Jul 2008 17:13:41 -0000 1.33
+++ Makefile.am 19 Jul 2008 18:05:54 -0000 1.34
@@ -76,6 +76,9 @@
evas_font.h \
evas_gradient.h \
evas_gradient_private.h \
+evas_line.h \
+evas_polygon.h \
+evas_rectangle.h \
evas_scale_main.h \
evas_scale_smooth.h \
evas_scale_smooth_scaler.c \
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_line_main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- evas_line_main.c 19 Jul 2008 17:40:51 -0000 1.21
+++ evas_line_main.c 19 Jul 2008 18:05:54 -0000 1.22
@@ -1,3 +1,7 @@
+/*
+ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
+ */
+
#include "evas_common.h"
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_polygon_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- evas_polygon_main.c 12 Apr 2008 00:32:25 -0000 1.8
+++ evas_polygon_main.c 19 Jul 2008 18:05:54 -0000 1.9
@@ -1,6 +1,10 @@
-#include "evas_common.h"
+/*
+ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
+ */
#include <math.h>
+
+#include "evas_common.h"
typedef struct _RGBA_Span RGBA_Span;
typedef struct _RGBA_Edge RGBA_Edge;
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_rectangle_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- evas_rectangle_main.c 12 Apr 2008 00:32:25 -0000 1.9
+++ evas_rectangle_main.c 19 Jul 2008 18:05:54 -0000 1.10
@@ -1,3 +1,7 @@
+/*
+ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
+ */
+
#include "evas_common.h"
static void rectangle_draw_internal(RGBA_Image *dst, RGBA_Draw_Context *dc,
int x, int y, int w, int h);
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs