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
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