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
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