Re: [Spice-devel] [PATCH spice-gtk 1/5] coroutine: fix current coroutine

2013-06-08 Thread Hans de Goede
Hi, Looks good, ack. Regards, Hans On 06/05/2013 05:39 PM, Marc-André Lureau wrote: When leaving a coroutine, it swaps back to where it came from, not to the leader/main coroutine. --- gtk/coroutine_ucontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/corouti

[Spice-devel] [PATCH spice-gtk 1/5] coroutine: fix current coroutine

2013-06-05 Thread Marc-André Lureau
When leaving a coroutine, it swaps back to where it came from, not to the leader/main coroutine. --- gtk/coroutine_ucontext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/coroutine_ucontext.c b/gtk/coroutine_ucontext.c index af811a7..6d2f74a 100644 --- a/gtk/coroutine_uc