summaryrefslogtreecommitdiff
path: root/src/StColor.c
Commit message (Collapse)AuthorAgeFilesLines
* Valgrind fix for XStoreColor and XStoreColors.Ryan C. Gordon2017-08-061-0/+1
| | | | | | | | | | | | | If the "pad" field isn't set, Valgrind will report it as uninitialized memory accesses when the struct is copied into the Display's send buffer. In practice, this is (probably) harmless, but Valgrind is correct in believing it's a bug. https://bugs.freedesktop.org/attachment.cgi?id=133189 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* unifdef MUSTCOPYAlan Coopersmith2013-03-031-12/+0
| | | | | | | | | | | MUSTCOPY seems to have only been defined in <X11/Xmd.h> when building for CRAY, to handle missing some sizes of integer type. (mostly performed with unifdef, followed by some manual cleanup of spacing/indenting in the remaining code) Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
* Purge CVS/RCS id tagsAlan Coopersmith2010-01-141-2/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Switched function definitions from K&R to ANSI style.Magnus Kessler2007-05-011-4/+4
|
* - For now put xtrans in X11/Xtrans/X11, since libX11 is looking for it in ↵XORG-6_8_99_7Søren Sandmann Pedersen2005-05-131-0/+3
| | | | | | | | | | | <X11/...> - For Xcomposite and Xdamage, don't link the build system out of the xc tree - Link the public X11 headers into their own directory - Add links to XKeysymDB and XErrorDB - Add links to all the Xlib man pages - Add links to the lcUniConv subdirectory - Conditionally include config.h in Xlib source
* Merging XORG-CURRENT into trunkEgbert Eich2004-04-231-0/+2
|
* R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley2003-11-141-0/+67