e_comp: remove checking visibility_calcualation value before calling e_focus_update 49/308549/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 18 Mar 2024 00:24:24 +0000 (09:24 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 27 Mar 2024 08:52:33 +0000 (17:52 +0900)
There was an unnecessary checking code for e_zone_visibility_calculate() before calling
e_focus_update() in e_comp_idler_before().
Because of this code, there was a bug that the e_focus_update() was unnecessarily called.

Change-Id: I4ed6d7da21e736bdb0acf37117ac7bb8b73ee4a6

src/bin/e_comp.c

index 9612be2d2e531cc6c9ab2808e1b46d67a7ce071c..127e74635e8d4311487b7e84b34e43ba07b523b2 100644 (file)
@@ -1501,7 +1501,6 @@ e_comp_idler_before(void)
 
               if (check_focus ||
                   (e_client_focused_get() == NULL) ||
-                  (e_comp_visibility_calculation_get()) ||
                   (e_visibility_changed))
                 {
                   // FIXME: Only the default zone(screen) update the focus.