[PATCH 2/8] dix: Fix ATOM typedef

Adam Jackson ajax at redhat.com
Mon Mar 7 09:18:03 PST 2011


On 3/7/11 11:51 AM, Daniel Stone wrote:
> On Mon, Mar 07, 2011 at 11:28:12AM -0500, Adam Jackson wrote:
>> unsigned long is needlessly large on LP64.  Use unsigned int instead.
>
> Could we just use uint32_t?

stdint.h isn't included from misc.h.  It could be, I guess, but if you 
have a platform where unsigned int isn't uint32_t you're already two or 
three portability problems away from getting X running.

- ajax


More information about the xorg-devel mailing list