[PATCH] Replace 'pointer' with explicit 'void *'

Keith Packard keithp at keithp.com
Sun Dec 15 15:38:45 PST 2013


Alan Coopersmith <alan.coopersmith at oracle.com> writes:

>> -typedef void (* BlockHandlerProcPtr)(pointer /* blockData */,
>> +typedef void (* BlockHandlerProcPtr)(void * /* blockData */,
>>   				     OSTimePtr /* pTimeout */,
>> -				     pointer /* pReadmask */);
>> +				     void * /* pReadmask */);
>>
>>   #endif
>>
>
> Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>
>
> Though I wonder if these typedefs should get moved from x11proto to
> the xserver headers someday.

A fine point; I wonder why this was ever in x11proto...

-- 
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20131215/57a7ced5/attachment.pgp>


More information about the xorg-devel mailing list