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
(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))