On Sun, 15 Nov 2009, Christopher Michael wrote:
> I don't see how it is any different than Declaring variables inline - doing
> something like this:
>
> if (x)
> {
> int d;
>
> d = 1;
> }
what they won't like is:
int i1;
i1 = 4;
int i2;
that is, not having all the variable declaration at t
I don't see how it is any different than Declaring variables inline -
doing something like this:
if (x)
{
int d;
d = 1;
}
dh
Vincent Torri wrote:
>
> On Sat, 14 Nov 2009, Enlightenment SVN wrote:
>
>> static void _elm_win_obj_callback_del(void *data, Evas *e, Evas_Object *obj,
>> void
On Sat, 14 Nov 2009, Enlightenment SVN wrote:
> static void _elm_win_obj_callback_del(void *data, Evas *e, Evas_Object *obj,
> void *event_info);
> @@ -39,8 +37,8 @@
> _elm_win_resize(Ecore_Evas *ee)
> {
>Evas_Object *obj = ecore_evas_object_associate_get(ee);
> + if (strcmp(elm_widget_ty
On Sat, Nov 14, 2009 at 6:40 AM, Enlightenment SVN
wrote:
> Log:
> better configure output
>
> If nobody is against it, i'll change the configure output
> of the EFL so that it is the same
i'm fine with that :-)
--
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
-
On Sat, Nov 14, 2009 at 19:37, Vincent Torri wrote:
>
> Hey,
>
> like every year, FOSDEM [1] is taking place in Brussel, Belgium on
> Saturday 6 and Sunday 7 February 2010.
Don't miss the beer event on Friday evening!
> Like evry year, it would useful to be there, as listeners and as speakers.
>
On Sat, 2009-11-14 at 19:10 +0100, Cedric BAIL wrote:
> On Sat, Nov 14, 2009 at 5:51 PM, Brian 'morlenxus' Miculcy
> wrote:
> > I noticed the same problem when you use background panning. Then wallpaper
> > dissapear from time to time, transparence effects are white and when moving
> > a window
Hey,
like every year, FOSDEM [1] is taking place in Brussel, Belgium on
Saturday 6 and Sunday 7 February 2010.
Like evry year, it would useful to be there, as listeners and as speakers.
We can try do get a devroom or several lightning talks.
We can present some apps:
* E17 of course
* Enn
After upgrading from Debian's lenny to squeeze, I started seeing more and more
segfaults. After I recompiled everything -g and did a fresh install, I was
still getting the same result:
I reproduce this via Settings->Menu->Favorite
Program received signal SIGSEGV, Segmentation fault.
0x763
On Sat, Nov 14, 2009 at 5:51 PM, Brian 'morlenxus' Miculcy
wrote:
> I noticed the same problem when you use background panning. Then wallpaper
> dissapear from time to time, transparence effects are white and when moving a
> window you get white artefacts:
> http://omicron.homeip.net/files/e_bug.
I noticed the same problem when you use background panning. Then wallpaper
dissapear from time to time, transparence effects are white and when moving a
window you get white artefacts:
http://omicron.homeip.net/files/e_bug.jpg
This appears since a week or two...
Greets,
Brian 'morlenxus' Miculcy
Ok, thanks a lot!
It shows the "right-button menu" and it makes the trick!!
Thanks a lot and best regards!
On Sat, Nov 14, 2009 at 10:00 AM, Vincent Pomageot
wrote:
> Hi Jorge,
>
> In Settings > Input > Key Bindings you'll be able to see which shortcuts are
> set.
> If you didn't change anythi
Hi Anaël!
Sorry, but I have tried with a borderless window and it does not work.
The same happens trying to remember the settings of a window with a
1pixel border.
Regards!
On Sat, Nov 14, 2009 at 2:09 AM, Anaël Closson wrote:
> Hi,
>
> I think what you're looking for is right clicking on the
Hi Jorge,
In Settings > Input > Key Bindings you'll be able to see which shortcuts are
set.
If you didn't change anything, I think the default shortcut to change window
properties is Ctrl + Alt + W.
Regards,
On Sat, Nov 14, 2009 at 2:09 AM, Anaël Closson wrote:
> Hi,
>
> I think what you're
13 matches
Mail list logo