On Mon, Jun 17, 2019 at 3:42 PM Carsten Haitzler wrote:
>
> On Mon, 17 Jun 2019 10:26:13 +0200 Vincent Torri
> said:
>
> > On Mon, Jun 17, 2019 at 10:10 AM Carsten Haitzler
> > wrote:
> > >
> > >
> > >
> > > > Hello
> > > >
> > > > I want to make Evil completely private (it seems that currently
On Mon, 17 Jun 2019 10:26:13 +0200 Vincent Torri said:
> On Mon, Jun 17, 2019 at 10:10 AM Carsten Haitzler
> wrote:
> >
> >
> >
> > > Hello
> > >
> > > I want to make Evil completely private (it seems that currently, it is
> > > possible), but the examples need functions /macro that do not exist
On Mon, Jun 17, 2019 at 10:10 AM Carsten Haitzler wrote:
>
>
>
> > Hello
> >
> > I want to make Evil completely private (it seems that currently, it is
> > possible), but the examples need functions /macro that do not exist on
> > Windows. Namely (for now) :
> >
> > edje/edje-text.c line 57 : sete
> Hello
>
> I want to make Evil completely private (it seems that currently, it is
> possible), but the examples need functions /macro that do not exist on
> Windows. Namely (for now) :
>
> edje/edje-text.c line 57 : setenv
> edje/edje-textblock-hyphenation.c line 85 : LC_MESSAGES
>
> Note th
Hi,
If Evil is to be private I do not think it should be included in any
example. It would be a bad example, showing users what they must NOT do :)
If EFL does not provide any portable way to replace these methods I think
it is perfectly fine to use #ifdef in these examples.
Xavi
On Sun, 16 Jun
Hello
I want to make Evil completely private (it seems that currently, it is
possible), but the examples need functions /macro that do not exist on
Windows. Namely (for now) :
edje/edje-text.c line 57 : setenv
edje/edje-textblock-hyphenation.c line 85 : LC_MESSAGES
Note that, on Windows, the equ