using pixmap w/h directly for comp mirrors is probably infinitesimally faster here

This commit is contained in:
discomfitor 2013-05-18 13:28:29 +01:00
parent 29be7a23ba
commit 4bbafeebb3
1 changed files with 1 additions and 1 deletions

View File

@ -1962,7 +1962,7 @@ _e_comp_win_mirror_add(E_Comp_Win *cw)
Eina_Bool alpha, argb = EINA_FALSE;
alpha = evas_object_image_alpha_get(cw->obj);
evas_object_image_size_get(cw->obj, &w, &h);
w = cw->pw, h = cw->ph;
evas_object_image_alpha_set(o, alpha);