Re: [PATCH] compositor: insert the cursor sprite below the fade surface

2012-01-30 Thread Ander Conselvan de Oliveira
On 01/31/2012 02:27 AM, Kristian Høgsberg wrote: I don't see any drag_sprite fields - did you send out the wrong patch? Looks like I did. I was trying not to miss my bus and ended up mixing things up. I'll send the correct patch shortly. Ander

Re: [PATCH] compositor: insert the cursor sprite below the fade surface

2012-01-30 Thread Kristian Høgsberg
On Mon, Jan 30, 2012 at 10:55 AM, Ander Conselvan de Oliveira wrote: > Otherwise we end up not fading the cursor if the attach happens after > the fade started. > > Signed-off-by: Ander Conselvan de Oliveira > > --- >  src/compositor.c |    9 + >  1 files changed, 9 insertions(+), 0 dele

[PATCH] compositor: insert the cursor sprite below the fade surface

2012-01-30 Thread Ander Conselvan de Oliveira
Otherwise we end up not fading the cursor if the attach happens after the fade started. Signed-off-by: Ander Conselvan de Oliveira --- src/compositor.c |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 0d63e2a..bf6d5c1 100