Evas (wayland_egl): Patch from Alex Wu to fix NULL comparison of
authorChristopher Michael <cpmichael1@comcast.net>
Tue, 26 Jun 2012 07:08:09 +0000 (07:08 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Tue, 26 Jun 2012 07:08:09 +0000 (07:08 +0000)
engine surface.

SVN revision: 72851

legacy/evas/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)
                          {