Enlightenment CVS committal Author : sebastid Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/engines/common Modified Files: evas_line_main.c evas_polygon_main.c evas_scale_smooth.c Log Message: Move macros to separate header file. =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_line_main.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- evas_line_main.c 5 Sep 2005 19:40:12 -0000 1.10 +++ evas_line_main.c 20 Sep 2005 17:01:03 -0000 1.11 @@ -1,4 +1,5 @@ #include "evas_common.h" +#include "evas_macros.h" extern DATA8 *_evas_pow_lut; @@ -7,9 +8,6 @@ { } -#define ABS(_x) (((_x) < 0) ? - (_x) : (_x)) -#define SGN(_x) (((_x) < 0) ? -1 : 1) - void evas_common_line_draw(RGBA_Image *dst, RGBA_Draw_Context *dc, int x1, int y1, int x2, int y2) { =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_polygon_main.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- evas_polygon_main.c 22 May 2005 02:49:49 -0000 1.3 +++ evas_polygon_main.c 20 Sep 2005 17:01:03 -0000 1.4 @@ -1,4 +1,5 @@ #include "evas_common.h" +#include "evas_macros.h" #include <math.h> =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/common/evas_scale_smooth.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- evas_scale_smooth.c 22 May 2005 02:49:49 -0000 1.7 +++ evas_scale_smooth.c 20 Sep 2005 17:01:03 -0000 1.8 @@ -1,4 +1,5 @@ #include "evas_common.h" +#include "evas_macros.h" #ifdef BUILD_MMX #include "evas_mmx.h" #endif ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs