Set tilebuffer tile size in engine setup.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 83243
This commit is contained in:
Christopher Michael 2013-01-24 09:16:36 +00:00 committed by Christopher Michael
parent fe75b1bf24
commit 9b9fdf840b
1 changed files with 3 additions and 0 deletions

View 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;
}