Re: [PATCH weston 1/3] compositor: Add visibility state to surfaces

2012-06-07 Thread Kristian Høgsberg
On Wed, Jun 06, 2012 at 11:36:08AM +0200, Jonas Ådahl wrote: > When a surface becomes invisible frame callbacks will be queued until > the surface is shown. > > Signed-off-by: Jonas Ådahl > --- > src/compositor.c | 28 +--- > src/compositor.h |6 ++ > 2 files ch

[PATCH weston 1/3] compositor: Add visibility state to surfaces

2012-06-06 Thread Jonas Ådahl
When a surface becomes invisible frame callbacks will be queued until the surface is shown. Signed-off-by: Jonas Ådahl --- src/compositor.c | 28 +--- src/compositor.h |6 ++ 2 files changed, 31 insertions(+), 3 deletions(-) diff --git a/src/compositor.c b/src/