wl_egl_display = (tpl_wl_egl_display_t *)tpl_gsource_get_data(gsource);
- TPL_LOG_T("WL_EGL", "tdm_destroy| wl_egl_display(%p) tdm_client(%p)",
- wl_egl_display, wl_egl_display->tdm_client);
+ TPL_LOG_T("WL_EGL",
+ "tdm_destroy| wl_egl_display(%p) tdm_client(%p) tpl_gsource(%p)",
+ wl_egl_display, wl_egl_display->tdm_client, gsource);
if (wl_egl_display->tdm_client) {
tdm_client_destroy(wl_egl_display->tdm_client);
_thread_wl_egl_surface_fini(wl_egl_surface);
- TPL_DEBUG("[FINALIZE] gsource(%p) wl_egl_surface(%p)",
- gsource, wl_egl_surface);
+ TPL_DEBUG("[FINALIZE] wl_egl_surface(%p) tpl_gsource(%p)",
+ wl_egl_surface, gsource);
}
static tpl_gsource_functions surf_funcs = {