e_client: make do not check focus_skip while check fully_contain_by_above 23/212123/1
authorJunseok, Kim <juns.kim@samsung.com>
Wed, 14 Aug 2019 10:46:25 +0000 (19:46 +0900)
committerJunseok, Kim <juns.kim@samsung.com>
Wed, 14 Aug 2019 10:46:36 +0000 (19:46 +0900)
At below of the 24-bit color full size and focus skipped window,
if the client doing show and activate immediately can cause client takes a focus for a moment.
For fix this issue, we makes do not check focus_skip in fully_contained_by_above.

Change-Id: I49aa6724dd851b7c2ad51bd6efbacca94fb88bd6

src/bin/e_client.c

index adfb3bbc5adb86306ef134ec3b383f0319153466..b2dd6aebef529b7cce621f10032f9afa9239aa98 100644 (file)
@@ -814,8 +814,7 @@ _e_client_check_fully_contain_by_above(E_Client *ec, Eina_Bool check_layer)
             (above->visible) &&
             (!above->iconic || e_policy_visibility_client_is_uniconic(above)) &&
             (!above->bg_state) &&
-            (above->frame) &&
-            (above->icccm.accepts_focus || above->icccm.take_focus))
+            (above->frame))
           {
              e_client_geometry_get(above, &ax, &ay, &aw, &ah);
              if (E_CONTAINS(ax, ay, aw, ah, x, y, w, h))