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. -- [email protected]
signature.asc
Description: PGP signature
_______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
