Re: [PATCH 22/31] DIX: _X_UNEXPORT

2012-01-04 Thread Daniel Stone
Hi, On Fri, Dec 02, 2011 at 11:32:31AM -0800, Alan Coopersmith wrote: On 12/02/11 03:31, Daniel Stone wrote: --- a/dix/dispatch.c +++ b/dix/dispatch.c @@ -167,7 +167,7 @@ static int nextFreeClientID; /* always MIN free client ID */ static int nClients; /* number of authorized

Re: [PATCH 22/31] DIX: _X_UNEXPORT

2011-12-06 Thread Peter Hutterer
On Fri, Dec 02, 2011 at 11:31:28AM +, Daniel Stone wrote: Remove _X_EXPORT tags from functions not used by any drivers. Signed-off-by: Daniel Stone dan...@fooishbar.org Needed: - QueueWorkProc Cheers, Peter --- dix/dispatch.c |2 +- include/callback.h |4 +-

[PATCH 22/31] DIX: _X_UNEXPORT

2011-12-02 Thread Daniel Stone
Remove _X_EXPORT tags from functions not used by any drivers. Signed-off-by: Daniel Stone dan...@fooishbar.org --- dix/dispatch.c |2 +- include/callback.h |4 +- include/dix.h| 54 +- include/dixevents.h |4 +- include/dixfont.h