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:
b043590
)
conformant: Send actual visible state of vkbd object when notify the client of confor...
91/76191/2
author
Seunghun Lee
<shiin.lee@samsung.com>
Thu, 23 Jun 2016 06:04:13 +0000
(15:04 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Thu, 23 Jun 2016 06:09:25 +0000
(23:09 -0700)
Change-Id: I147fb4c1b4165f8d099d02fe27b76ce8e432bfe5
src/e_mod_wl.c
patch
|
blob
|
history
diff --git
a/src/e_mod_wl.c
b/src/e_mod_wl.c
index fae92b215448ba7897890cf8f2e98e32fbda6083..bca97375c9e437032a25ca52bef5934714788cb9 100644
(file)
--- a/
src/e_mod_wl.c
+++ b/
src/e_mod_wl.c
@@
-1605,7
+1605,7
@@
e_mod_pol_wl_keyboard_geom_broadcast(E_Client *ec)
Eina_Rectangle rect;
EINA_RECTANGLE_SET(&rect, ec->x, ec->y, ec->client.w, ec->client.h);
- _tzpol_conformant_state_set(e
c->visible
, &rect);
+ _tzpol_conformant_state_set(e
vas_object_visible_get(ec->frame)
, &rect);
}
// --------------------------------------------------------