Set tilebuffer tile size in engine setup.
authorChristopher Michael <cp.michael@samsung.com>
Thu, 24 Jan 2013 09:16:36 +0000 (09:16 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 24 Jan 2013 09:16:36 +0000 (09:16 +0000)
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 83243

src/modules/evas/engines/wayland_shm/evas_engine.c

index 99c56494b67c73ee1aeca931578b61caa836b72c..f9b2ecf2b7afbac130238a7b90f5b2f5389d6277 100644 (file)
@@ -74,6 +74,9 @@ _output_engine_setup(int w, int h, unsigned int rotation, unsigned int depth, Ei
         return NULL;
      }
 
+   /* set tile size for the tile buffer */
+   evas_common_tilebuf_set_tile_size(re->tb, TILESIZE, TILESIZE);
+
    /* return allocated render engine */
    return re;
 }