Make ready_to_commit to TRUE when acquire_fence_fd is not used.
[platform/core/uifw/libtpl-egl.git] / src / tpl_wl_egl_thread.c
index d79e3af..041f163 100755 (executable)
@@ -2667,6 +2667,8 @@ _thread_surface_queue_acquire(tpl_wl_egl_surface_t *wl_egl_surface)
 
                                ready_to_commit = TPL_FALSE;
                        }
+               } else {
+                       ready_to_commit = TPL_TRUE;
                }
 
                if (ready_to_commit) {