[PATCH xserver (v4) 04/10] Factor out generic code from ProcSyncAwait()

2010-12-06 Thread James Jones
In preparation for adding more sync object types that will need Await requests of their own, factor out some setup and finalization code from ProcSyncAwait() into SyncAwaitPrologue() and SyncAwaitEpilogue() Signed-off-by: James Jones jajo...@nvidia.com --- Xext/sync.c | 110

Re: [PATCH xserver (v4) 04/10] Factor out generic code from ProcSyncAwait()

2010-12-06 Thread Keith Packard
On Mon, 6 Dec 2010 14:53:18 -0800, James Jones jajo...@nvidia.com wrote: In preparation for adding more sync object types that will need Await requests of their own, factor out some setup and finalization code from ProcSyncAwait() into SyncAwaitPrologue() and SyncAwaitEpilogue()