Re: [PATCH wayland 2/2] server: use next serial in display_sync

2014-11-21 Thread Pekka Paalanen
On Mon, 27 Oct 2014 09:14:41 +0100 Marek Chalupa wrote: > Display sync sends always the same serial (if nothing intervenes > and increases the serial for the sync). > > Signed-off-by: Marek Chalupa > --- > src/wayland-server.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -

[PATCH wayland 2/2] server: use next serial in display_sync

2014-10-27 Thread Marek Chalupa
Display sync sends always the same serial (if nothing intervenes and increases the serial for the sync). Signed-off-by: Marek Chalupa --- src/wayland-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-server.c b/src/wayland-server.c index 674aeca..54284fa 10