[E-devel] [PATCH 2/2] eina: fix compilation if safety checks are disabled

2010-09-30 Thread Marc Andre Tanner
A few files include eina_safety_checks.h and then expect that eina_log.h is also dragged in, however this isn't the case if the safety checks were disabled at configure stage. Include eina_log.h explicitly to fix this. Signed-off-by: Marc Andre Tanner --- src/lib/eina_array.c|1 + s

[E-devel] [PATCH 1/2] eina: fix wrong EINA_ARG_NONNULL

2010-09-30 Thread Marc Andre Tanner
This fixes the following error: CC libeina_la-eina_error.lo CC libeina_la-eina_log.lo In file included from ../../src/include/eina_safety_checks.h:69, from eina_error.c:150: ../../src/include/eina_error.h:53: error: nonnull argument references non-pointer operand (arg

Re: [E-devel] Problem with gengrid

2010-09-30 Thread Gustavo Sverzut Barbieri
On Wed, Sep 29, 2010 at 10:50 AM, Nicolas Aguirre wrote: > On Thu, Sep 23, 2010 at 3:12 PM, Gustavo Sverzut Barbieri > wrote: >> >> from code there is a "spacer" thing that is calculated based on scale >> and has at least 1x1 pixel, so you will have to consider that padding. >> > > How do you get