Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_attach.c ewl_container.c ewl_embed.c ewl_histogram.c ewl_image.c ewl_media.c ewl_misc.c ewl_private.h ewl_spectrum.c ewl_text.c ewl_widget.c Log Message: Move the include of Evas.h to the files that use it directly. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_attach.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -3 -r1.44 -r1.45 --- ewl_attach.c 29 Mar 2007 19:25:09 -0000 1.44 +++ ewl_attach.c 20 Jul 2007 13:54:07 -0000 1.45 @@ -7,6 +7,8 @@ #include "ewl_private.h" #include "ewl_debug.h" +#include <Evas.h> + /** * Ewl_Attach_Tooltip */ =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_container.c,v retrieving revision 1.60 retrieving revision 1.61 diff -u -3 -r1.60 -r1.61 --- ewl_container.c 8 Jul 2007 19:08:56 -0000 1.60 +++ ewl_container.c 20 Jul 2007 13:54:07 -0000 1.61 @@ -4,6 +4,8 @@ #include "ewl_private.h" #include "ewl_debug.h" +#include <Evas.h> + static void ewl_container_child_insert_helper(Ewl_Container *pc, Ewl_Widget *child, int index, =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_embed.c,v retrieving revision 1.121 retrieving revision 1.122 diff -u -3 -r1.121 -r1.122 --- ewl_embed.c 17 Jul 2007 03:45:39 -0000 1.121 +++ ewl_embed.c 20 Jul 2007 13:54:07 -0000 1.122 @@ -4,6 +4,8 @@ #include "ewl_macros.h" #include "ewl_debug.h" +#include <Evas.h> + static int ewl_embed_last_mouse_x = 0; static int ewl_embed_last_mouse_y = 0; =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_histogram.c,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- ewl_histogram.c 1 Apr 2007 21:48:06 -0000 1.13 +++ ewl_histogram.c 20 Jul 2007 13:54:07 -0000 1.14 @@ -5,6 +5,8 @@ #include "ewl_private.h" #include "ewl_debug.h" +#include <Evas.h> + static void ewl_histogram_cb_data_load(Ewl_Widget *w, void *ev, void *h); static void ewl_histogram_draw(Ewl_Histogram *hist); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_image.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -3 -r1.64 -r1.65 --- ewl_image.c 19 Jul 2007 19:00:38 -0000 1.64 +++ ewl_image.c 20 Jul 2007 13:54:07 -0000 1.65 @@ -5,6 +5,7 @@ #include "ewl_macros.h" #include "ewl_debug.h" +#include <Evas.h> #include <Edje.h> #ifdef BUILD_EPSILON_SUPPORT =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_media.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- ewl_media.c 1 Apr 2007 21:48:06 -0000 1.29 +++ ewl_media.c 20 Jul 2007 13:54:07 -0000 1.30 @@ -5,6 +5,8 @@ #include "ewl_private.h" #include "ewl_debug.h" +#include <Evas.h> + #ifdef BUILD_EMOTION_SUPPORT #include <Emotion.h> #endif =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_misc.c,v retrieving revision 1.98 retrieving revision 1.99 diff -u -3 -r1.98 -r1.99 --- ewl_misc.c 19 Jul 2007 19:00:41 -0000 1.98 +++ ewl_misc.c 20 Jul 2007 13:54:07 -0000 1.99 @@ -7,6 +7,8 @@ #include "ewl_private.h" #include "ewl_debug.h" +#include <Evas.h> + #include <Edje.h> #include <Efreet.h> #include <Efreet_Mime.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_private.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- ewl_private.h 19 Jul 2007 19:00:41 -0000 1.20 +++ ewl_private.h 20 Jul 2007 13:54:07 -0000 1.21 @@ -2,7 +2,6 @@ #ifndef _EWL_PRIVATE_H #define _EWL_PRIVATE_H -#include <Evas.h> #include <Ecore_Str.h> #include <Ecore_File.h> =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_spectrum.c,v retrieving revision 1.37 retrieving revision 1.38 diff -u -3 -r1.37 -r1.38 --- ewl_spectrum.c 10 Apr 2007 22:52:02 -0000 1.37 +++ ewl_spectrum.c 20 Jul 2007 13:54:07 -0000 1.38 @@ -7,6 +7,8 @@ #include "ewl_private.h" #include "ewl_debug.h" +#include <Evas.h> + static void ewl_spectrum_hsv_from_rgb(Ewl_Spectrum *sp); static void ewl_spectrum_rgb_from_hsv(Ewl_Spectrum *sp); static void ewl_spectrum_draw(Ewl_Spectrum *sp); =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v retrieving revision 1.170 retrieving revision 1.171 diff -u -3 -r1.170 -r1.171 --- ewl_text.c 18 Jul 2007 14:43:32 -0000 1.170 +++ ewl_text.c 20 Jul 2007 13:54:07 -0000 1.171 @@ -8,6 +8,8 @@ #include "ewl_macros.h" #include "ewl_debug.h" +#include <Evas.h> + static Ewl_Text_Context *ewl_text_default_context = NULL; /* how much do we extend the text by when we need more space? */ =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.c,v retrieving revision 1.138 retrieving revision 1.139 diff -u -3 -r1.138 -r1.139 --- ewl_widget.c 19 Jul 2007 19:00:42 -0000 1.138 +++ ewl_widget.c 20 Jul 2007 13:54:07 -0000 1.139 @@ -4,6 +4,7 @@ #include "ewl_macros.h" #include "ewl_debug.h" +#include <Evas.h> #include <Edje.h> static Ecore_Hash *ewl_widget_name_table = NULL; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs