discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=e66272759567f4c5e60d3ae3ca4d63d08af877dc

commit e66272759567f4c5e60d3ae3ca4d63d08af877dc
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Jan 29 12:34:33 2018 -0500

    Revert "use wl client geometry when calculating input rect geometry"
    
    This reverts commit aa404d3916e0b9cb1a9ea3b50b4c474a1bb5781a.
    
    this seems to be an intermittent issue that should probably be fixed
    elsewhere...
    
    fix T6646
---
 src/bin/e_comp_object.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 35e35a4da..c1a7941c7 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -2550,8 +2550,8 @@ _e_comp_object_input_rect_update(E_Comp_Object *cw)
 
         E_RECTS_CLIP_TO_RECT(x, y, w, h, 0, 0, cw->ec->client.w, 
cw->ec->client.h);
         evas_object_geometry_set(o,
-            cw->ec->x + x + (!!cw->frame_object * cw->client_inset.l),
-            cw->ec->y + y + (!!cw->frame_object * cw->client_inset.t),
+            cw->x + x + (!!cw->frame_object * cw->client_inset.l),
+            cw->y + y + (!!cw->frame_object * cw->client_inset.t),
             w, h);
      }
    eina_iterator_free(it);

-- 


Reply via email to