Re: [E-devel] E CVS: libs/ecore ravenlock

2008-06-28 Thread dan sinclair
Your code marked Dead code is actually code used to shut up compiler warnings about unused variables. So, not dead. dan On Fri, Jun 27, 2008 at 9:00 AM, Enlightenment CVS < [EMAIL PROTECTED]> wrote: > Enlightenment CVS committal > > Author : ravenlock > Project : e17 > Module : libs/ecore >

Re: [E-devel] E CVS: libs/ecore ravenlock

2008-06-27 Thread Vincent Torri
On Fri, 27 Jun 2008, Ravenlock wrote: > I though we decided on IRC to have it applicable to all platforms > (FreeBSD and Linux). Or do you mean test for the presence of the header > file. and Windows too ? Vincent - Chec

Re: [E-devel] E CVS: libs/ecore ravenlock

2008-06-27 Thread Ravenlock
On 06/27/2008 11:05, Vincent Torri wrote: >> Log Message: >> - libgen.h is required on FreeBSD for basename(), and will provide >> POSIX basename() for those of you using glibc. >> - Silence some compiler warnings. >> >> #include >> +#include >> #ifdef HAVE_NETDB_H >> # include >> #endif > >

Re: [E-devel] E CVS: libs/ecore ravenlock

2008-06-27 Thread Vincent Torri
On Fri, 27 Jun 2008, Peter Wehrfritz wrote: > Enlightenment CVS schrieb: >> === >> RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/ecore_con_url.c,v >> retrieving revision 1.23 >> retrieving revision 1.24 >> diff -u -3 -r1.23 -r1.

Re: [E-devel] E CVS: libs/ecore ravenlock

2008-06-27 Thread Peter Wehrfritz
Enlightenment CVS schrieb: > === > RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_con/ecore_con_url.c,v > retrieving revision 1.23 > retrieving revision 1.24 > diff -u -3 -r1.23 -r1.24 > --- ecore_con_url.c 20 Jun 2008 07:48:33 -

Re: [E-devel] E CVS: libs/ecore ravenlock

2008-06-27 Thread Vincent Torri
> Log Message: > - libgen.h is required on FreeBSD for basename(), and will provide > POSIX basename() for those of you using glibc. > - Silence some compiler warnings. > > #include > +#include > #ifdef HAVE_NETDB_H > # include > #endif please add guards around the inclusion of libgen.h (lik

Re: [E-devel] E CVS: libs/ecore ravenlock

2007-12-28 Thread Eric Schuele
On 12/28/2007 04:02, Vincent Torri wrote: > Hey, > >> +EAPI int ecore_x_randr_present(); >> EAPI int ecore_x_randr_events_select(Ecore_X_Window win, >> int on); >> EAPI void >> ecore_x_randr_get_screen_info_prefetch(Ecore_X_Window window

Re: [E-devel] E CVS: libs/ecore ravenlock

2007-12-28 Thread Vincent Torri
Hey, > +EAPI int ecore_x_randr_present(); > EAPI int ecore_x_randr_events_select(Ecore_X_Window win, > int on); > EAPI void > ecore_x_randr_get_screen_info_prefetch(Ecore_X_Window window); > EAPI voidecore_x_randr_ge