cpp is stripping comments I just found - but only strict ANSI, so the
short comments //
are being left in.
I am trying to find some switches to change this behaviour but without
much luck.
Clearly specifying that try c comments must be used just because of
this is no good,
but the only other
2009/4/11 Viktor Kojouharov
> On Sat, 2009-04-11 at 15:29 +1000, Carsten Haitzler wrote:
> > On Fri, 10 Apr 2009 19:59:57 +0200 Viktor Kojouharov <
> [email protected]>
> > said:
> >
> > you'll be wanting to regenerate patches as they fail... :)
> >
> Aargg, here be them updated patches you b
2009/4/11 Carsten Haitzler
> On Sat, 11 Apr 2009 12:36:21 +0200 Cedric BAIL said:
>
> > On Sat, Apr 11, 2009 at 4:03 AM, Carsten Haitzler
> > wrote:
> > > On Fri, 10 Apr 2009 08:14:40 -0700 "Enlightenment SVN"
> > > said:
> > >
> > > i disabled it as i spotted rendering bugs.
> >
> > Damn, it
Hello, Adam.
In message from 11 апреля 2009 you wrote:
> Looks like http://trac.enlightenment.org/e/changeset/39985 broke compiling
> (at least on Linux/amd64).
>
> If you revert what was done in ecore_evas_util.c it seems to work.
Yes. But I compiled it by adding
#include "Ecore_Input.
Looks like http://trac.enlightenment.org/e/changeset/39985 broke compiling (at
least on Linux/amd64).
If you revert what was done in ecore_evas_util.c it seems to work.
Adam
--
This SF.net email is sponsored by:
High Qu
On Sat, Apr 11, 2009 at 7:53 AM, Viktor Kojouharov
wrote:
> On Sat, 2009-04-11 at 07:08 -0300, Gustavo Sverzut Barbieri wrote:
>> On Sat, Apr 11, 2009 at 4:22 AM, Enlightenment SVN
>> wrote:
>> > Log:
>> > free EinaList at exit
>> > + for (l = dpms_list; l; l = eina_list_next(l))
>> > + {
>>
On Sat, 11 Apr 2009 12:36:21 +0200 Cedric BAIL said:
> On Sat, Apr 11, 2009 at 4:03 AM, Carsten Haitzler
> wrote:
> > On Fri, 10 Apr 2009 08:14:40 -0700 "Enlightenment SVN"
> > said:
> >
> > i disabled it as i spotted rendering bugs.
>
> Damn, it was to easy for a big win.Can you describe wher
Hi, E-devel
I made a evas/ecore/efreet patch for cygwin-1.7.
Best regards
Index: src/modules/engines/software_x11/Makefile.am
===
--- src/modules/engines/software_x11/Makefile.am(revision 39954)
+++ src/modules/engines/so
On Sat, 2009-04-11 at 12:25 +0200, Luca De Marini wrote:
> Hallo everyone, Drawer is really a great module and it introduces some cool
> new possibilities in customizing E.
> Drawer can be used in 2 ways. One way is putting it on the desktop with
> gadman, and the result is very similar to a plasmo
On Sat, 2009-04-11 at 07:08 -0300, Gustavo Sverzut Barbieri wrote:
> On Sat, Apr 11, 2009 at 4:22 AM, Enlightenment SVN
> wrote:
> > Log:
> > free EinaList at exit
> > + for (l = dpms_list; l; l = eina_list_next(l))
> > + {
> > + dpms_list = eina_list_remove_list(dpms_list, l);
> > + }
On Sat, Apr 11, 2009 at 4:03 AM, Carsten Haitzler wrote:
> On Fri, 10 Apr 2009 08:14:40 -0700 "Enlightenment SVN"
> said:
>
> i disabled it as i spotted rendering bugs.
Damn, it was to easy for a big win.Can you describe where/what you did see ?
>> Log:
>> * evas: This patch reintroduce t
Hallo everyone, Drawer is really a great module and it introduces some cool
new possibilities in customizing E.
Drawer can be used in 2 ways. One way is putting it on the desktop with
gadman, and the result is very similar to a plasmoid of KDE4. Dirs or
launchers are shown on desktop. OK
The second
On Sat, Apr 11, 2009 at 4:22 AM, Enlightenment SVN
wrote:
> Log:
> free EinaList at exit
> + for (l = dpms_list; l; l = eina_list_next(l))
> + {
> + dpms_list = eina_list_remove_list(dpms_list, l);
> + }
dpms_list = eina_list_free(dpms_list);
--
Gustavo Sverzut Barbieri
http://prof
On Sat, Apr 11, 2009 at 4:20 AM, Enlightenment SVN
wrote:
> Log:
> change to Eina_List
> - if (data <= 0) return;
> + for (l = list, o = eina_list_data_get(l); l; l = eina_list_next(l),
> + o = eina_list_data_get(l))
EINA_LIST_FOREACH(), please
On Sat, 2009-04-11 at 15:29 +1000, Carsten Haitzler wrote:
> On Fri, 10 Apr 2009 19:59:57 +0200 Viktor Kojouharov
> said:
>
> you'll be wanting to regenerate patches as they fail... :)
>
Aargg, here be them updated patches you be wanting
> > On Fri, 2009-04-10 at 23:56 +1000, Carsten Haitzler w
15 matches
Mail list logo