Re: [PATCH] event-loop: always do the post-dispatch check

2012-03-20 Thread Kristian Hoegsberg
On Tue, Mar 13, 2012 at 01:16:13PM +0200, Ander Conselvan de Oliveira wrote: > The post-dispatch check on wl_event_loop_dispatch() was not being run > if epoll_wait returned 0 events, making the check unreliable. > --- > > With the changes on Weston to process input during output repaint, this > b

[PATCH] event-loop: always do the post-dispatch check

2012-03-13 Thread Ander Conselvan de Oliveira
The post-dispatch check on wl_event_loop_dispatch() was not being run if epoll_wait returned 0 events, making the check unreliable. --- With the changes on Weston to process input during output repaint, this bug was actually preventing input to be processed on the X11 compositor while repaint was