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:
fd4ffdb
)
e_client: consider ec's force_obscured while focusable check
79/251779/1
author
Junseok, Kim
<juns.kim@samsung.com>
Tue, 19 Jan 2021 08:31:01 +0000
(17:31 +0900)
committer
JunSeok Kim
<juns.kim@samsung.com>
Tue, 19 Jan 2021 08:31:58 +0000
(08:31 +0000)
Change-Id: Icd4843f41e491782e091af7450e1557f2e96e7f1
Signed-off-by: Junseok, Kim <juns.kim@samsung.com>
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index bfb7c99d56e73f5132b8abe32569bfa66c2e9c31..48b80bdf96144009513191240f6f9b0868a9a18c 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-893,6
+893,7
@@
_e_client_focus_can_take(E_Client *ec)
if (ec->lock_focus_in || ec->lock_focus_out) return EINA_FALSE;
if (!ec->visible) return EINA_FALSE;
if (ec->bg_state) return EINA_FALSE;
+ if (ec->visibility.force_obscured) return EINA_FALSE;
if (ec->visibility.obscured != E_VISIBILITY_UNOBSCURED)
{
if (_e_client_check_really_iconified(ec))