Fix copy/paste issue.

Use proper width & height for the new tilebuffer.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-08-29 09:01:48 +01:00
parent 76cea1712c
commit f940f11a9b
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ eng_setup(Evas *eo_evas, void *einfo)
if (re->ob) re->outbuf_free(re->ob);
/* create new tile buffer */
if ((re->tb = evas_common_tilebuf_new(w, h)))
if ((re->tb = evas_common_tilebuf_new(epd->output.w, epd->output.h)))
evas_common_tilebuf_set_tile_size(re->tb, TILESIZE, TILESIZE);
if ((re->ob = evas_swapbuf_setup(epd->output.w, epd->output.h,