summaryrefslogtreecommitdiff
path: root/src/Iconify.c
Commit message (Collapse)AuthorAgeFilesLines
* Use C99 named initializers to fill in events passed to XSendEventAlan Coopersmith2014-07-181-11/+15
| | | | | | | | | | | | Forces compiler to zero-fill unset fields in the struct (fixing bug 81236) and allows optimizer to order field initialization to best fit cache layout or other considerations. Before & after output of gcc -S on AMD64 shows insertion of "rep stosq" instructions to rapidly zero-fill structs. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
* Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-071-1/+0
| | | | | | Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br> Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Purge CVS/RCS id tagsAlan Coopersmith2010-01-141-1/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Strip whitespace from end of lines in source filesAlan Coopersmith2008-06-171-4/+4
|
* 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
* R6.6 is the Xorg base-lineXORG-MAINKaleb Keithley2003-11-141-0/+84