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:
a2772d1
)
e_policy_wl: skip to handle tizen_position_set of keyboard window
03/222403/2
author
Doyoun Kang
<doyoun.kang@samsung.com>
Thu, 26 Dec 2019 10:06:44 +0000
(19:06 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 14 Jan 2020 11:27:53 +0000
(11:27 +0000)
we handle the keyboard window's geometry by wl_text_input protocol.
Change-Id: I0e5d08269297592e7492d1dd8ae213d655f9e832
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 6f2606573fe787ce59927b7bad52ac3961f509a5..e2c02b61e0099bf4c765f883f15fe8015e628caf 100644
(file)
--- a/
src/bin/e_policy_wl.c
+++ b/
src/bin/e_policy_wl.c
@@
-1359,6
+1359,12
@@
_tzpos_iface_cb_set(struct wl_client *client EINA_UNUSED, struct wl_resource *re
EINA_SAFETY_ON_NULL_RETURN(ec);
EINA_SAFETY_ON_NULL_RETURN(ec->frame);
+ if (e_policy_client_is_keyboard(ec))
+ {
+ ELOGF("TZPOL", "Keyboard pos set (%d, %d). No operation. return.", ec, x, y);
+ return;
+ }
+
if (!ec->lock_client_location)
{
if (e_client_pending_geometry_has(ec))