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:
aed4060
)
fix bug: use ec->w/h instead of ec->client.w/h since ec->client.w/h has zero values.
37/46237/4
author
Duna Oh
<duna.oh@samsung.com>
Tue, 18 Aug 2015 08:32:43 +0000
(17:32 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 19 Aug 2015 05:56:44 +0000
(22:56 -0700)
For ISF Popup, to prevent ignoring position_set when x or y position is zero.
Change-Id: Iddb48d5584a03c76c036a78fe727396a4c03477a
Signed-off-by: Duna Oh <duna.oh@samsung.com>
src/e_mod_wl.c
patch
|
blob
|
history
diff --git
a/src/e_mod_wl.c
b/src/e_mod_wl.c
index de69390e0a651684a30e51764cf327468c780b51..701a2194e890cf2d537f53b8ece5873d1fcc29cf 100644
(file)
--- a/
src/e_mod_wl.c
+++ b/
src/e_mod_wl.c
@@
-905,7
+905,7
@@
_tzpos_iface_cb_set(struct wl_client *client EINA_UNUSED, struct wl_resource *re
if(!E_INTERSECTS(ec->zone->x, ec->zone->y,
ec->zone->w, ec->zone->h,
x, y,
- ec->
client.w, ec->client.
h))
+ ec->
w, ec->
h))
{
e_mod_pol_wl_position_send(ec);
return;