_twe_thread_wl_vk_surface_commit(twe_wl_surf_source *surf_source,
tbm_surface_h tbm_surface);
static void
-__cb_tdm_client_wait_vblank(tdm_client_vblank *vblank, tdm_error error,
+__cb_tdm_client_vblank(tdm_client_vblank *vblank, tdm_error error,
unsigned int sequence, unsigned int tv_sec,
unsigned int tv_usec, void *user_data)
{
tdm_err = tdm_client_vblank_wait(surf_source->vblank,
surf_source->post_interval, /* TODO: interval */
- __cb_tdm_client_wait_vblank,
+ __cb_tdm_client_vblank,
(void *)surf_source);
if (tdm_err == TDM_ERROR_NONE) {
/* The following function _twe_thread_wl_surface_acquire_and_commit can be
* called in both situations.
* One is when acquirable event is received from the main thread,
- * and the other is when __cb_tdm_client_wait_vblank callback is called.
+ * and the other is when __cb_tdm_client_vblank callback is called.
* The reason for calling the next function in the two situations described
* above is to make only one commit for one vblank.
*/