_e_comp_wl_surface_state_commit is not called in case of remote surface
calling e_explicit_sync_commit is moved to _e_comp_wl_surface_cb_commit.
Change-Id: I933b252d306eea75d83c482ceca466cc81885c62
state->buffer_viewport.changed = 0;
- if (ec->explicit_sync_surface)
- e_explicit_sync_surface_commit(ec->explicit_sync_surface);
-
if (buffer &&
ec->exp_iconify.buffer_flush &&
e_policy_visibility_client_is_iconic(ec))
}
}
+ if (ec->explicit_sync_surface)
+ e_explicit_sync_surface_commit(ec->explicit_sync_surface);
+
if (e_comp_wl_remote_surface_commit(ec)) return;
if (e_comp_wl_subsurface_commit(ec)) return;