Evas (wayland_egl): Patch from Alex Wu to fix NULL comparison of
authordevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jun 2012 07:08:09 +0000 (07:08 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 26 Jun 2012 07:08:09 +0000 (07:08 +0000)
engine surface.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@72851 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/wayland_egl/evas_engine.c

index 48c0f99..a61f711 100644 (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)
                          {