projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca79523
)
e_policy: added code setting ec->changes.pos flag when the window request to set...
28/98628/1
accepted/tizen/3.0/ivi/20161121.074014
accepted/tizen/3.0/mobile/20161121.073910
accepted/tizen/3.0/tv/20161121.073933
accepted/tizen/3.0/wearable/20161121.073954
accepted/tizen/common/20161118.090710
accepted/tizen/ivi/20161121.012210
accepted/tizen/mobile/20161121.012123
accepted/tizen/tv/20161121.012143
accepted/tizen/wearable/20161121.012154
submit/tizen/20161118.063252
submit/tizen_3.0/20161118.063223
author
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 18 Nov 2016 03:41:21 +0000
(12:41 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Fri, 18 Nov 2016 03:41:21 +0000
(12:41 +0900)
there was a bug that the window didn't move when it just called a evas_object_move().
Change-Id: I367eb9ee060197c88e78a9b8903dfb0b377aa48b
src/bin/e_policy_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/e_policy_wl.c
b/src/bin/e_policy_wl.c
index 642d6dfe9fb55cc39b7d767ebff93f233ae290f3..8861181b404ff6e9d57917466aa1c8e2578f910f 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-1155,6
+1155,8
@@
_tzpos_iface_cb_set(struct wl_client *client EINA_UNUSED, struct wl_resource *re
ec->x = ec->client.x = ec->desk->geom.x + x;
ec->y = ec->client.y = ec->desk->geom.y + y;
ec->placed = 1;
+ ec->changes.pos = 1;
+ EC_CHANGED(ec);
}
}