From 4ca3e80d2b82e8d8da73789156e001ff6e9f536a Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 19 May 2013 23:44:15 +0900 Subject: [PATCH] fix comp mirrors to work with gl engines... --- src/bin/e_comp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 898a47b73..fee635bc8 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -1976,6 +1976,7 @@ _e_comp_win_mirror_add(E_Comp_Win *cw) { Evas_Native_Surface ns; + evas_object_image_size_set(o, w, h); ns.version = EVAS_NATIVE_SURFACE_VERSION; ns.type = EVAS_NATIVE_SURFACE_X11; ns.data.x11.visual = cw->vis; @@ -1996,8 +1997,8 @@ _e_comp_win_mirror_add(E_Comp_Win *cw) evas_object_image_data_set(o, pix); if (!argb) evas_object_image_data_set(cw->obj, pix); + evas_object_image_size_set(o, w, h); } - evas_object_image_size_set(o, w, h); } else if (cw->real_obj) {