Glad that was reverted :) Yes, the win->evas needs to be set before we 
can add a frame, etc.

Thanks,
dh

On 02/24/2012 06:04 AM, Enlightenment SVN wrote:
> Log:
> elementary: oops revert.
>
>
> Author:       cedric
> Date:         2012-02-24 03:04:06 -0800 (Fri, 24 Feb 2012)
> New Revision: 68396
> Trac:         http://trac.enlightenment.org/e/changeset/68396
>
> Modified:
>    trunk/elementary/src/lib/elm_win.c
>
> Modified: trunk/elementary/src/lib/elm_win.c
> ===================================================================
> --- trunk/elementary/src/lib/elm_win.c        2012-02-24 11:02:55 UTC (rev 
> 68395)
> +++ trunk/elementary/src/lib/elm_win.c        2012-02-24 11:04:06 UTC (rev 
> 68396)
> @@ -1704,6 +1704,7 @@
>           else if (ENGINE_COMPARE(ELM_WAYLAND_SHM))
>             {
>                win->ee = ecore_evas_wayland_shm_new(NULL, 0, 0, 1, 1, 0);
> +          win->evas = ecore_evas_get(win->ee);
>
>                _elm_win_frame_add(win, "default");
>                _elm_win_pointer_add(win, "default");
> @@ -1711,6 +1712,7 @@
>           else if (ENGINE_COMPARE(ELM_WAYLAND_EGL))
>             {
>                win->ee = ecore_evas_wayland_egl_new(NULL, 0, 0, 1, 1, 0);
> +          win->evas = ecore_evas_get(win->ee);
>
>                _elm_win_frame_add(win, "default");
>                _elm_win_pointer_add(win, "default");
>

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to