discomfitor pushed a commit to branch master.

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

commit 85cf1305bef40b0d3d7c9e17ff411d46f3d5aecb
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Oct 5 15:55:44 2015 -0400

    throw an ACK when trying to set comp frame geometry if frame exists
---
 src/bin/e_comp_object.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index c5655f1..b542182 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -2929,6 +2929,8 @@ E_API void
 e_comp_object_frame_geometry_set(Evas_Object *obj, int l, int r, int t, int b)
 {
    API_ENTRY;
+   if (cw->frame_object)
+     CRI("ACK!");
    if ((cw->client_inset.l == l) && (cw->client_inset.r == r) &&
        (cw->client_inset.t == t) && (cw->client_inset.b == b)) return;
    cw->client_inset.l = l;

-- 


Reply via email to