Find a file
Jeremy Huddleston e4ad7a8080 Fixed #ifdef checks that were using i386 to use __i386__
"""
It's simply obsolete, sloppy, compiler namespace pollution.  The
compiler is not allowed to predefine symbols that might conflict with
ordinary identifiers.  For backwards compatibility gcc currently
predefines i386 when compiling for x86 32-bit (but not 64-bit), but that
will go away.  It is also not defined if you specify -ansi when invoking
the compiler, because then it is seriously standards compliant.  Other
compilers shouldn't define it either.  Correct code shouldn't rely on it
being defined.  However __i386__ is safe and proper.
"""
2008-02-10 19:07:49 -08:00
.gitignore Add *~ to .gitignore to skip patch/emacs droppings 2007-08-21 00:10:08 -04:00
ap_keysym.h R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00
AUTHORS Add AUTHORS file for X11 from xlibs tree. 2005-05-14 07:56:49 +00:00
autogen.sh Initial build system files for proto module. 2005-05-06 01:46:31 +00:00
configure.ac Check headers before testing for fds_bits access method (bug #8442) 2007-09-24 12:29:19 +03:00
COPYING Add some COPYING files. 2005-05-14 07:55:10 +00:00
DECkeysym.h R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00
HPkeysym.h R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00
keysym.h Bug #6296: Add support for Braille. (Samuel Thibault) 2006-06-01 23:00:03 +00:00
keysymdef.h Add dead_abovecomma and dead_abovereversedcomma 2007-08-22 21:10:47 -04:00
Makefile.am don't distribute Xfuncproto.h and Xpoll.h 2006-12-16 01:09:44 +02:00
Sunkeysym.h R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00
X.h Merging XORG-CURRENT into trunk 2004-04-23 18:43:05 +00:00
Xalloca.h Make Xalloca.h work with Sun C++ compiler 2007-10-30 18:45:01 -07:00
Xarch.h Merging XORG-CURRENT into trunk 2004-04-23 18:43:05 +00:00
Xatom.h R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00
Xdefs.h Fix more comment typos. 2006-04-26 00:00:02 +00:00
XF86keysym.h Describe what XF86XK_Display does (or now is meant to do). 2007-08-28 14:54:44 -07:00
Xfuncproto.h.in Enable GCC's visibility attributes on GCC 4 or greater only. 2007-05-01 14:52:57 +02:00
Xfuncs.h bcopy needs definition in Xfuncs.h for Xming 2007-05-09 16:46:25 +01:00
Xmd.h Bug #7458: AIX changes to Xmd.h 2006-07-14 17:53:34 -07:00
Xos.h Fixed #ifdef checks that were using i386 to use __i386__ 2008-02-10 19:07:49 -08:00
Xos_r.h Fixed #ifdef checks that were using i386 to use __i386__ 2008-02-10 19:07:49 -08:00
Xosdefs.h Fixed #ifdef checks that were using i386 to use __i386__ 2008-02-10 19:07:49 -08:00
Xpoll.h.in fd_mask needs to be defined on OS X, too 2007-10-30 18:40:47 -07:00
Xproto.h Fix more comment typos. 2006-04-26 00:00:02 +00:00
xproto.pc.in Add includex11dir as a path to the includes, sans X11/. 2005-07-22 08:01:39 +00:00
Xprotostr.h R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00
Xthreads.h See ChangeLog entry 2005-11-07 for details. 2005-11-08 06:33:25 +00:00
Xw32defs.h Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added 2004-11-15 15:06:53 +00:00
XWDFile.h R6.6 is the Xorg base-line 2003-11-14 15:54:35 +00:00
Xwindows.h check for define PATH_MAX before referencing it 2005-04-20 13:58:17 +00:00
Xwinsock.h Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added 2004-11-15 15:06:53 +00:00