projects
/
platform
/
core
/
uifw
/
e-mod-tizen-wm-policy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9aad3f
)
Fixed re-set position to origin
94/66694/4
author
MinJeong Kim
<minjjj.kim@samsung.com>
Wed, 20 Apr 2016 10:11:55 +0000
(19:11 +0900)
committer
Gwanglim 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
patch
|
blob
|
history
diff --git
a/src/e_mod_wl.c
b/src/e_mod_wl.c
index
0627692
..
4ba2c90
100644
(file)
--- a/
src/e_mod_wl.c
+++ b/
src/e_mod_wl.c
@@
-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;
}
}