Re: [PATCH weston 1/5] compositor: introduce sub-surfaces

2012-12-21 Thread Pekka Paalanen
On Fri, 21 Dec 2012 14:04:00 +0200 Pekka Paalanen wrote: > src/compositor.c | 366 > ++ > src/compositor.h | 20 +++ > 2 files changed, 386 insertions(+), 0 deletions(-) > > diff --git a/src/compositor.c b/src/compositor.c > index 0a3c4c8.

[PATCH weston 1/5] compositor: introduce sub-surfaces

2012-12-21 Thread Pekka Paalanen
This commit depends on the Wayland commit "protocol: add sub-surfaces". Implement the basic protocol for sub-surfaces: - expose wl_subcompositor global interface - error checking on protocol calls - associate a parent wl_surface to a sub-surface - introduce the sub-surface role, which is exclusive