exactness: Fixed evas function in tsuite_shot_do

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 68273
This commit is contained in:
Aharon Hillel 2012-02-22 13:44:12 +00:00 committed by Tom Hacohen
parent 52bc4e785e
commit 8afb58e764
1 changed files with 1 additions and 2 deletions

View File

@ -182,8 +182,7 @@ tsuite_shot_do(char *name, Evas *e)
ts.serial, IMAGE_FILENAME_EXT);
}
/* A bit hackish, get the ecore_evas from the Evas canvas */
ee_orig = evas_data_attach_get(e);
ee_orig = ecore_evas_ecore_evas_get(e);
ecore_evas_manual_render(ee_orig);
pixels = (void *)ecore_evas_buffer_pixels_get(ee_orig);