Eina_Bool update_changes = EINA_FALSE;
const Eina_List *l;
+ /* update the the visible windows */
+ if (_e_hwc_windows_visible_windows_update(hwc))
+ update_changes = EINA_TRUE;
+
/* fetch the target buffer */
if (e_hwc_window_target_buffer_fetch(hwc->target_hwc_window)) // try aquire
update_changes = EINA_TRUE;
update_changes = EINA_TRUE;
}
- /* update the the visible windows */
- if (_e_hwc_windows_visible_windows_update(hwc))
- update_changes = EINA_TRUE;
-
/* update the states of the visible windows when there is something to update */
if (update_changes)
_e_hwc_windows_visible_windows_states_update(hwc);