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