Re: [PATCH] Add support for surface enter/leave events

2012-04-18 Thread Kristian Hoegsberg
On Tue, Apr 17, 2012 at 05:23:02PM -0400, cdah...@redhat.com wrote: > From: Casey Dahlin Thanks, that looks good, a lot of the logic is in place here. I was thinking that we would use a uint32_t bit mask instead of the array and the bubble sort. weston_output needs a new output->id fied, surfac

[PATCH] Add support for surface enter/leave events

2012-04-17 Thread cdahlin
From: Casey Dahlin Signed-off-by: Casey Dahlin --- src/compositor.c | 103 ++--- src/compositor.h | 13 +-- src/shell.c | 52 +++ 3 files changed, 135 insertions(+), 33 deletions(-) diff --git a/src/composito