Evas (wayland_egl): Patch from Alex Wu to fix NULL comparison of

engine surface.



SVN revision: 72851
This commit is contained in:
Christopher Michael 2012-06-26 07:08:09 +00:00
parent 5ad3c7b54e
commit 1d1df179f4
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{