raster pushed a commit to branch master.

commit 4df2ff56f57063383f87c3d0d0d9e875c43944f9
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Apr 30 12:37:59 2013 +0900

    let us... force zoomap always for popups and menus. let's eee if this
    speeds things up?
---
 src/bin/e_comp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 32d8210..2ee86e8 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2064,6 +2064,7 @@ _e_comp_win_dummy_add(E_Comp *c, Evas_Object *obj, 
E_Object *eobj, Eina_Bool nol
 
    if (cw->pop)
      {
+        e_zoomap_always_set(cw->zoomobj, EINA_TRUE);
         evas_object_data_set(cw->shobj, "popup", cw->pop);
         evas_object_data_set(cw->effect_obj, "popup", cw->pop);
         evas_object_name_set(cw->zoomobj, "cw->zoomobj::POPUP");
@@ -2072,6 +2073,7 @@ _e_comp_win_dummy_add(E_Comp *c, Evas_Object *obj, 
E_Object *eobj, Eina_Bool nol
      }
    else if (cw->menu)
      {
+        e_zoomap_always_set(cw->zoomobj, EINA_TRUE);
         evas_object_data_set(cw->shobj, "menu", cw->menu);
         evas_object_data_set(cw->effect_obj, "menu", cw->menu);
         evas_object_name_set(cw->zoomobj, "cw->zoomobj::MENU");

-- 

------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1

Reply via email to