Enlightenment CVS committal Author : davemds Project : e17 Module : proto/edje_editor
Dir : e17/proto/edje_editor/src/bin Modified Files: callbacks.c evas.c interface.c main.c Log Message: fix build with edje unpatched =================================================================== RCS file: /cvs/e/e17/proto/edje_editor/src/bin/callbacks.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -3 -r1.40 -r1.41 --- callbacks.c 6 Dec 2007 03:34:45 -0000 1.40 +++ callbacks.c 6 Dec 2007 14:08:37 -0000 1.41 @@ -1,6 +1,8 @@ #include <string.h> #include <Edje.h> -#include <Edje_Edit.h> +#if TEST_DIRECT_EDJE + #include <Edje_Edit.h> +#endif #include <Etk.h> #include <Ecore_Evas.h> #include "callbacks.h" =================================================================== RCS file: /cvs/e/e17/proto/edje_editor/src/bin/evas.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- evas.c 6 Dec 2007 03:34:45 -0000 1.21 +++ evas.c 6 Dec 2007 14:08:37 -0000 1.22 @@ -1,7 +1,9 @@ #include "config.h" #include <Etk.h> #include <Edje.h> -#include <Edje_Edit.h> +#if TEST_DIRECT_EDJE + #include <Edje_Edit.h> +#endif #include "main.h" #include "interface.h" #include "evas.h" =================================================================== RCS file: /cvs/e/e17/proto/edje_editor/src/bin/interface.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- interface.c 6 Dec 2007 03:34:45 -0000 1.47 +++ interface.c 6 Dec 2007 14:08:37 -0000 1.48 @@ -1,7 +1,9 @@ #include <dirent.h> #include <string.h> #include <Edje.h> -#include <Edje_Edit.h> +#if TEST_DIRECT_EDJE + #include <Edje_Edit.h> +#endif #include <Etk.h> #include "main.h" #include "callbacks.h" =================================================================== RCS file: /cvs/e/e17/proto/edje_editor/src/bin/main.c,v retrieving revision 1.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- main.c 6 Dec 2007 03:34:45 -0000 1.21 +++ main.c 6 Dec 2007 14:08:38 -0000 1.22 @@ -1,7 +1,9 @@ #include "config.h" #include <string.h> #include <Edje.h> -#include <Edje_Edit.h> +#if TEST_DIRECT_EDJE + #include <Edje_Edit.h> +#endif #include <Etk.h> #include <Engrave.h> #include <Ecore_Str.h> ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs