Add engine tile size set function code.

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

SVN revision: 83257
This commit is contained in:
Christopher Michael 2013-01-24 09:17:34 +00:00 committed by Christopher Michael
parent 6eda15c183
commit 25e5af9ae6
1 changed files with 3 additions and 0 deletions

View File

@ -260,7 +260,10 @@ eng_output_resize(void *data, int w, int h)
static void
eng_output_tile_size_set(void *data, int w, int h)
{
Render_Engine *re;
if (!(re = (Render_Engine *)data)) return;
if (re->tb) evas_common_tilebuf_set_tile_size(re->tb, w, h);
}
static void