In svn. Many Thanks :)

Dh


> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: 26 June 2012 07:58
> To: [email protected]
> Subject: [E-devel] [PATCH] evas_engine: Fix "==" repo for wayland_egl
> 
> From: Alex Wu <[email protected]>
> 
> ---
>  src/modules/engines/wayland_egl/evas_engine.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/modules/engines/wayland_egl/evas_engine.c
> b/src/modules/engines/wayland_egl/evas_engine.c
> index 48c0f99..a61f711 100644
> --- a/src/modules/engines/wayland_egl/evas_engine.c
> +++ b/src/modules/engines/wayland_egl/evas_engine.c
> @@ -667,7 +667,7 @@ eng_setup(Evas *e, void *in)
>                    /* if we already have a window surface, check for
> NULL input surface.
>                     * this will mean we are hiding the window and
> should destroy
>                     * things properly */
> -                  if ((re->win->surface) && (re->info->info.surface =
> NULL))
> +                  if ((re->win->surface) && (re->info->info.surface ==
> NULL))
>                      {
>                         if (re->win)
>                           {
> --
> 1.7.9.5
> 
> 
> -----------------------------------------------------------------------
> -------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond.
> Discussions
> will include endpoint security, mobile security and the latest in
> malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to