On Thu, Apr 8, 2010 at 9:39 AM, Enlightenment SVN <[email protected]> wrote: > Log: > add eina log stuff > > Author: caro > Date: 2010-04-08 10:39:01 -0700 (Thu, 08 Apr 2010) > New Revision: 47837 > > Modified: > trunk/evas/src/modules/loaders/tiff/evas_image_load_tiff.c > trunk/evas/src/modules/loaders/xpm/evas_image_load_xpm.c > > Modified: trunk/evas/src/modules/loaders/tiff/evas_image_load_tiff.c > =================================================================== > --- trunk/evas/src/modules/loaders/tiff/evas_image_load_tiff.c 2010-04-08 > 15:15:22 UTC (rev 47836) > +++ trunk/evas/src/modules/loaders/tiff/evas_image_load_tiff.c 2010-04-08 > 17:39:01 UTC (rev 47837) > @@ -13,6 +13,18 @@ > #include "evas_common.h" > #include "evas_private.h" > > +int _evas_loader_tiff_log_dom = -1;
static int... > Modified: trunk/evas/src/modules/loaders/xpm/evas_image_load_xpm.c > =================================================================== > --- trunk/evas/src/modules/loaders/xpm/evas_image_load_xpm.c 2010-04-08 > 15:15:22 UTC (rev 47836) > +++ trunk/evas/src/modules/loaders/xpm/evas_image_load_xpm.c 2010-04-08 > 17:39:01 UTC (rev 47837) > @@ -10,6 +10,13 @@ > #include "evas_common.h" > #include "evas_private.h" > > +int _evas_loader_xpm_log_dom = -1; static int... -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [email protected] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
