summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2017-02-10 17:23:44 -0500
committerMike Blumenkrantz <zmike@osg.samsung.com>2017-02-10 17:24:13 -0500
commit476305563cdc07df9bedc3e922421c7a39415aa0 (patch)
tree88bddde156ca6002e0520ec3256702554c3e5973
parent63b7111a1ffd0fa679df30b91cf6146b5ac818c2 (diff)
downloadenlightenment-476305563cdc07df9bedc3e922421c7a39415aa0.tar.gz
always set E_Client->placed when successfully moving a comp object
enforce this for all cases
-rw-r--r--src/bin/e_comp_object.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c
index 675b6c15fc..0958b5aa30 100644
--- a/src/bin/e_comp_object.c
+++ b/src/bin/e_comp_object.c
@@ -1118,6 +1118,7 @@ _e_comp_intercept_move(void *data, Evas_Object *obj, int x, int y)
{
/* only update xy position of client to avoid invalid
* first damage region if it is not a new_client. */
+ cw->ec->placed = 1;
if (!cw->ec->shading)
{
cw->ec->client.x = ix;