discomfitor pushed a commit to branch master.

commit 31c3d13d5726bc47d5f8e93aac6ca5bb31cbee07
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Jul 9 11:50:10 2013 +0100

    get window geometry for overrides during shape update, not pixmap geometry
---
 src/bin/e_comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 20c133f..368b012 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -542,7 +542,7 @@ _e_comp_win_update(E_Comp_Win *cw)
      {
         if (cw->free_shape)
           {
-             ecore_x_pixmap_geometry_get(cw->win, NULL, NULL, &(cw->w), 
&(cw->h));
+             ecore_x_window_geometry_get(cw->win, NULL, NULL, &(cw->w), 
&(cw->h));
              rects = 
(Eina_Rectangle*)ecore_x_window_shape_rectangles_get(cw->win, &num);
              e_container_shape_rects_set(cw->shape, rects, num);
              if (cw->shape->shape_rects)

-- 

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk

Reply via email to