discomfitor pushed a commit to branch master.

commit 0315c91008fa391719e7bfd9341dc8d21f807108
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Apr 17 09:37:27 2013 +0100

    set the magic "always" zoomap flag to fix window input and disable 
shadows...for now
---
 src/bin/e_comp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index be2eca2..66054ee 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2178,6 +2178,7 @@ _e_comp_win_add(E_Comp *c, Ecore_X_Window win, E_Border 
*bd)
         e_theme_edje_object_set(cw->effect_obj, "base/theme/comp", 
"e/comp/effects/none");
         cw->shobj = edje_object_add(c->evas);
         cw->zoomobj = e_zoomap_add(c->evas);
+        e_zoomap_always_set(cw->zoomobj, 1);
         cw->obj = evas_object_image_filled_add(c->evas);
         evas_object_image_colorspace_set(cw->obj, EVAS_COLORSPACE_ARGB8888);
         if (cw->argb) evas_object_image_alpha_set(cw->obj, 1);

-- 

------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter

Reply via email to