C99 types patch
Keith Packard
keithp at keithp.com
Tue Oct 27 08:57:00 PDT 2009
Excerpts from Mark Kettenis's message of Tue Oct 27 08:39:40 -0700 2009:
> typedef unsigned long XID;
>
> into what's effectively
>
> typedef uint32_t XID;
The goal is to fix this everywhere *except* the Xlib API, which is
where the whole unsigned long disaster appears. Everywhere else uses
32-bit types to hold 32-bit values.
--
keith.packard at intel.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: not available
Url : http://lists.x.org/archives/xorg-devel/attachments/20091027/f188516e/attachment.pgp
More information about the xorg-devel
mailing list