Re: [E-devel] E SVN: raster trunk/e/src/modules/access

2012-09-03 Thread The Rasterman
On Mon, 3 Sep 2012 13:32:46 -0300 Gustavo Sverzut Barbieri said: because all the existing ones that were there for the other gestures also did the printf - so he was following the existing pattern there (good man!). this is partly due to the fact that only the gesture stuff was implemented and te

Re: [E-devel] E SVN: raster trunk/e/src/modules/access

2012-09-03 Thread Daniel Juyung Seo
That looks like a debugging message. I just removed printf(). Daniel Juyung Seo (SeoZ) On Tue, Sep 4, 2012 at 1:32 AM, Gustavo Sverzut Barbieri wrote: > Why the printf()?! > > --Gustavo > > Sent from my iPhone > > On 03/09/2012, at 09:57, Daniel Juyung Seo wrote: > >> Why do we need this kind o

Re: [E-devel] E SVN: raster trunk/e/src/modules/access

2012-09-03 Thread Gustavo Sverzut Barbieri
Why the printf()?! --Gustavo Sent from my iPhone On 03/09/2012, at 09:57, Daniel Juyung Seo wrote: > Why do we need this kind of #if? > > Daniel Juyung Seo (SeoZ) > On Sep 3, 2012 6:43 PM, "Enlightenment SVN" > wrote: > >> Log: >> add access patch from shinoo - and only on 1.8 ecore. >> >>

Re: [E-devel] E SVN: raster trunk/e/src/modules/access

2012-09-03 Thread The Rasterman
On Mon, 3 Sep 2012 15:04:12 +0200 Vincent Torri said: > i would have used configure to check ecore_x version insanely more complicated than a #if. u have to do the configure check then define something and still end up with a #ifdef. the efl headers have these version defines for exactly this re

Re: [E-devel] E SVN: raster trunk/e/src/modules/access

2012-09-03 Thread The Rasterman
On Mon, 3 Sep 2012 21:57:34 +0900 Daniel Juyung Seo said: this feature is new in svn (which is going to become 1.8). the new ecore functions. this means that e17 can build against the 1.7 release of efl and not require svn or 1.8. > Why do we need this kind of #if? > > Daniel Juyung Seo (SeoZ)

Re: [E-devel] E SVN: raster trunk/e/src/modules/access

2012-09-03 Thread Vincent Torri
i would have used configure to check ecore_x version Vincent On Mon, Sep 3, 2012 at 2:57 PM, Daniel Juyung Seo wrote: > Why do we need this kind of #if? > > Daniel Juyung Seo (SeoZ) > On Sep 3, 2012 6:43 PM, "Enlightenment SVN" > wrote: > >> Log: >> add access patch from shinoo - and only on 1.

Re: [E-devel] E SVN: raster trunk/e/src/modules/access

2012-09-03 Thread Daniel Juyung Seo
Why do we need this kind of #if? Daniel Juyung Seo (SeoZ) On Sep 3, 2012 6:43 PM, "Enlightenment SVN" wrote: > Log: > add access patch from shinoo - and only on 1.8 ecore. > > > > Author: raster > Date: 2012-09-03 02:42:52 -0700 (Mon, 03 Sep 2012) > New Revision: 75991 > Trac: