Fixed re-set position to origin 94/66694/4
authorMinJeong Kim <minjjj.kim@samsung.com>
Wed, 20 Apr 2016 10:11:55 +0000 (19:11 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 26 Apr 2016 05:38:54 +0000 (22:38 -0700)
Fixed re-set position to origin for clients that are allowed to request
changing location.

Change-Id: I7d2b2fecb19ad0d627690c65c89ba22bbd8d6b42

src/e_mod_wl.c

index 0627692..4ba2c90 100644 (file)
@@ -1047,6 +1047,7 @@ _tzpos_iface_cb_set(struct wl_client *client EINA_UNUSED, struct wl_resource *re
      {
         ec->x = ec->client.x = x;
         ec->y = ec->client.y = y;
+        ec->placed = 1;
      }
 }