Re: [PATCH 2/3] Add an id field to outputs

2012-04-23 Thread Kristian Høgsberg
No, just reality. Kristian On Mon, Apr 23, 2012 at 4:02 AM, Pekka Paalanen wrote: > On Fri, 20 Apr 2012 13:16:27 -0400 > Kristian Hoegsberg wrote: > >> On Thu, Apr 19, 2012 at 10:50:08PM -0400, cdah...@redhat.com wrote: >> > From: Casey Dahlin >> > >> > All outputs now have a unique integer ID

Re: [PATCH 2/3] Add an id field to outputs

2012-04-23 Thread Pekka Paalanen
On Fri, 20 Apr 2012 13:16:27 -0400 Kristian Hoegsberg wrote: > On Thu, Apr 19, 2012 at 10:50:08PM -0400, cdah...@redhat.com wrote: > > From: Casey Dahlin > > > > All outputs now have a unique integer ID, allocated from a bitfield pool in > > the > > compositor. > > Committed this one with a f

Re: [PATCH 2/3] Add an id field to outputs

2012-04-20 Thread Kristian Hoegsberg
On Thu, Apr 19, 2012 at 10:50:08PM -0400, cdah...@redhat.com wrote: > From: Casey Dahlin > > All outputs now have a unique integer ID, allocated from a bitfield pool in > the > compositor. Committed this one with a few edits as described below. > Signed-off-by: Casey Dahlin > --- > src/compo

[PATCH 2/3] Add an id field to outputs

2012-04-19 Thread cdahlin
From: Casey Dahlin All outputs now have a unique integer ID, allocated from a bitfield pool in the compositor. Signed-off-by: Casey Dahlin --- src/compositor.c | 15 +++ src/compositor.h |4 2 files changed, 19 insertions(+), 0 deletions(-) diff --git a/src/compositor.c