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:
9a2e89c
)
Include "ISF Popup" wm_class property to keyboard_sub policy.
81/35781/1
author
Mun, Gwan-gyeong
<kk.moon@samsung.com>
Tue, 24 Feb 2015 13:22:45 +0000
(22:22 +0900)
committer
Mun, Gwan-gyeong
<kk.moon@samsung.com>
Tue, 24 Feb 2015 13:22:45 +0000
(22:22 +0900)
Change-Id: I217ce1432e52f3d42a0c47e6ee65857714dd6767
src/e_mod_keyboard.c
patch
|
blob
|
history
diff --git
a/src/e_mod_keyboard.c
b/src/e_mod_keyboard.c
index
50ce074
..
8987c45
100644
(file)
--- a/
src/e_mod_keyboard.c
+++ b/
src/e_mod_keyboard.c
@@
-43,7
+43,7
@@
e_mod_pol_client_is_keyboard_sub(E_Client *ec)
char *nname = NULL, *nclass = NULL;
Eina_Bool ret = EINA_FALSE;
ecore_x_icccm_name_class_get(e_client_util_win_get(ec), &nname, &nclass);
- if ((nname) && (!strcmp(nname,"Key Magnifier")) &&
+ if ((nname) && (!strcmp(nname,"Key Magnifier")
|| !strcmp(nname,"ISF Popup")
) &&
(nclass) && (!strcmp(nclass, "ISF")))
ret = EINA_TRUE;