Re: [PATCH 02/19] xserver: convert block/wakeup handlers to passing ScreenPtr (ABI/API break)

2012-05-15 Thread Adam Jackson
On 5/14/12 12:40 PM, Dave Airlie wrote: diff --git a/dix/dixutils.c b/dix/dixutils.c index 9eb5489..8abd398 100644 --- a/dix/dixutils.c +++ b/dix/dixutils.c @@ -384,7 +384,7 @@ BlockHandler(pointer pTimeout, pointer pReadmask) ++inHandler; for (i = 0; i screenInfo.numScreens; i++)

[PATCH 02/19] xserver: convert block/wakeup handlers to passing ScreenPtr (ABI/API break)

2012-05-14 Thread Dave Airlie
Instead of passing an index, pass the actual ScreenPtr. This allows more moving towards not abusing xf86Screens + screenInfo. Signed-off-by: Dave Airlie airl...@redhat.com --- composite/compalloc.c |5 ++--- dix/dixutils.c |4 ++-- exa/exa.c