Re: [PATCH wayland 1/4] compositor: Buffer all frame callbacks in 'weston_surface'

2012-06-12 Thread Kristian Høgsberg
On Wed, Jun 13, 2012 at 12:03:06AM +0200, Jonas Ådahl wrote: > And these should of course be to weston, not wayland. Yup, no problem. It all looks good now, committed and pushed/ Kristian > Jonas > > On Wed, Jun 13, 2012 at 12:01 AM, Jonas Ådahl wrote: > > Signed-off-by: Jonas Ådahl > > ---

Re: [PATCH wayland 1/4] compositor: Buffer all frame callbacks in 'weston_surface'

2012-06-12 Thread Jonas Ådahl
And these should of course be to weston, not wayland. Jonas On Wed, Jun 13, 2012 at 12:01 AM, Jonas Ådahl wrote: > Signed-off-by: Jonas Ådahl > --- >  src/compositor.c |   25 ++--- >  src/compositor.h |    1 - >  2 files changed, 10 insertions(+), 16 deletions(-) > > diff --

[PATCH wayland 1/4] compositor: Buffer all frame callbacks in 'weston_surface'

2012-06-12 Thread Jonas Ådahl
Signed-off-by: Jonas Ådahl --- src/compositor.c | 25 ++--- src/compositor.h |1 - 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/src/compositor.c b/src/compositor.c index 75d5ab2..de8c605 100644 --- a/src/compositor.c +++ b/src/compositor.c @@ -994,6 +