ecore_evas/wayland_egl: Remove wrong if.
authorRafael Antognolli <rafael.antognolli@intel.com>
Wed, 8 May 2013 21:18:23 +0000 (18:18 -0300)
committerRafael Antognolli <rafael.antognolli@intel.com>
Wed, 8 May 2013 21:18:23 +0000 (18:18 -0300)
It was left behind when fixing the borderless feature.

src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_egl.c

index f775024..9d0b6e2 100644 (file)
@@ -280,7 +280,6 @@ _ecore_evas_wl_resize(Ecore_Evas *ee, int w, int h)
 
    evas_output_size_get(ee->evas, &ow, &oh);
    if ((ow != w) || (oh != h))
-   if ((ee->w != w) || (ee->h != h))
      {
         ee->w = orig_w;
         ee->h = orig_h;