e_client: check focus_skip with argb while check fully_contain_by_above 65/212865/2
authorJunseok, Kim <juns.kim@samsung.com>
Tue, 27 Aug 2019 12:13:14 +0000 (21:13 +0900)
committerJunseok, Kim <juns.kim@samsung.com>
Tue, 27 Aug 2019 12:14:18 +0000 (21:14 +0900)
Change-Id: I73481f697dc04373f16798dfea4bb3098048a75c

src/bin/e_client.c

index 3a785b40e11fdb6e9aeff878e808ee87680de0be..5c7b11985106674db2f78f1ec0a0f655e518ada5 100644 (file)
@@ -819,8 +819,7 @@ _e_client_check_fully_contain_by_above(E_Client *ec, Eina_Bool check_layer)
             (!e_client_util_ignored_get(above)) &&
             (above->visible) &&
             (!above->iconic || e_policy_visibility_client_is_uniconic(above)) &&
-            (!above->argb) &&
-            (!above->visibility.force_obscured) &&
+            (!(above->argb && !(above->icccm.accepts_focus || above->icccm.take_focus))) &&
             (above->frame))
           {
              if (E_CONTAINS(above->x, above->y, above->w, above->h, x, y, w, h))