Remove old line which did a wl buffer attach.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:19:51 +0000 (09:19 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:19:51 +0000 (09:19 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83269

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

index 2d8b81d..ad7e100 100644 (file)
@@ -304,11 +304,7 @@ _ecore_evas_wl_resize(Ecore_Evas *ee, int w, int h)
           evas_object_resize(wdata->frame, w, h);
 
         if (wdata->win)
-          {
-             ecore_wl_window_update_size(wdata->win, w, h);
-             ecore_wl_window_buffer_attach(wdata->win, 
-                                           wdata->buffer, 0, 0);
-          }
+          ecore_wl_window_update_size(wdata->win, w, h);
 
         if (ee->func.fn_resize) ee->func.fn_resize(ee);
      }