ecore x vsync - if schedule fails, use fallback timeout to adapt faster

This commit is contained in:
Carsten Haitzler 2014-08-24 19:51:42 +09:00
parent 52b5250713
commit c6193f7497
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ _drm_tick_core(void *data EINA_UNUSED, Ecore_Thread *thread)
int ret;
struct timeval tv;
_drm_tick_schedule();
if (!_drm_tick_schedule()) _drm_fail_count = 999999;
max_fd = 0;
FD_ZERO(&rfds);
FD_ZERO(&wfds);