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 99c5649..f9b2ecf 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;
 }