discomfitor pushed a commit to branch master.

commit 2f6bbfd9080fe44e66dec9a066fb36688c22d662
Author: discomfitor <[email protected]>
Date:   Sat May 18 12:19:16 2013 +0100

    fix comp mirrors for argb xim non-native wins
---
 src/bin/e_comp.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index bee5e2a..033765a 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -1989,10 +1989,11 @@ _e_comp_win_mirror_add(E_Comp_Win *cw)
                     pix = evas_object_image_data_get(cw->obj, EINA_FALSE);
                }
           }
-        if (pix && (!argb))
+        if (pix)
           {
              evas_object_image_data_set(o, pix);
-             evas_object_image_data_set(cw->obj, pix);
+             if (!argb)
+               evas_object_image_data_set(cw->obj, pix);
           }
         evas_object_image_size_set(o, w, h);
      }

-- 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d

Reply via email to