summaryrefslogtreecommitdiff
path: root/src/Xresinternal.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-17Make sure internal headers include required headersNiveditha Rau1-0/+2
Fixes builds with Solaris Studio 12.3 when lint is enabled, since it no longer ignores *.h files, but complains when they reference undefined typedefs or macros. Signed-off-by: Niveditha Rau <Niveditha.Rau@Oracle.COM> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-11-11makekeys: Fix build/target word size mismatch when cross-compilingDerek Buitenhuis1-1/+3
Since makekeys is built using build environment's gcc and runs natively, we have to make sure that the size of the Signature type is the same on both the native environment and the target, otherwise we get mismatches upon running X, and some LSB test failures (xts5). Use an unsigned 32-bit integer on all platforms. Also, eliminate the redundant multiple typedefs for the Signature type. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
2010-01-14Purge CVS/RCS id tagsAlan Coopersmith1-1/+0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2004-04-23Merging XORG-CURRENT into trunkEgbert Eich1-1/+1
2003-11-25Initial revisionKaleb Keithley1-0/+15