Re: [PATCH weston 05/11] compositor-wayland: Flush the display on commit

2013-10-30 Thread Kristian Høgsberg
On Sun, Oct 27, 2013 at 10:24:57PM -0500, Jason Ekstrand wrote: > This fixes the problem where animations will wait to play until input is > received. In general, it also makes the backend far more responsive. > > Signed-off-by: Jason Ekstrand > --- > src/compositor-wayland.c | 3 +++ > 1 file

[PATCH weston 05/11] compositor-wayland: Flush the display on commit

2013-10-27 Thread Jason Ekstrand
This fixes the problem where animations will wait to play until input is received. In general, it also makes the backend far more responsive. Signed-off-by: Jason Ekstrand --- src/compositor-wayland.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/compositor-wayland.c b/src/composit