tdm_server: check timeout flag and vblank_info in timeout callback
[platform/core/uifw/libtdm.git] / src / tdm_thread.c
index d367d4e..40d7859 100644 (file)
@@ -462,6 +462,7 @@ tdm_thread_handle_cb(tdm_private_loop *private_loop)
                case TDM_THREAD_CB_VBLANK_SW:
                case TDM_THREAD_CB_VBLANK_CREATE:
                case TDM_THREAD_CB_HWC_COMMIT:
+               case TDM_THREAD_CB_VOUTPUT_COMMIT:
                        /* this event comes from other thread. so we don't need to propagate this to other thread */
                        ret = tdm_thread_cb_call(NULL, base, 0);
                        TDM_WARNING_IF_FAIL(ret == TDM_ERROR_NONE);