mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 17:48:07 +02:00
read-only mirror of https://gitlab.freedesktop.org/xorg/proto/xorgproto
g++ 4.6 & later on Solaris set the __STDC_VERSION__ define to indicate C99 mode to expose C99/Unix03 functions in the system headers, even though they don't recognize the C99 restrict keyword, as explained in http://gcc.gnu.org/ml/gcc-patches/2010-05/msg01308.html Thus we avoid using the restrict keyword here if __cplusplus is also defined, falling back to the __GNUC__ case using __restrict__ instead. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=51009 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Tested-by: Jonathan Perkin |
||
|---|---|---|
| specs | ||
| .gitignore | ||
| ap_keysym.h | ||
| AUTHORS | ||
| autogen.sh | ||
| configure.ac | ||
| COPYING | ||
| DECkeysym.h | ||
| docbook.am | ||
| HPkeysym.h | ||
| keysym.h | ||
| keysymdef.h | ||
| Makefile.am | ||
| README | ||
| Sunkeysym.h | ||
| X.h | ||
| Xalloca.h | ||
| Xarch.h | ||
| Xatom.h | ||
| Xdefs.h | ||
| XF86keysym.h | ||
| Xfuncproto.h.in | ||
| Xfuncs.h | ||
| Xmd.h | ||
| Xos.h | ||
| Xos_r.h | ||
| Xosdefs.h | ||
| Xpoll.h.in | ||
| Xproto.h | ||
| xproto.pc.in | ||
| Xprotostr.h | ||
| Xthreads.h | ||
| Xw32defs.h | ||
| XWDFile.h | ||
| Xwindows.h | ||
| Xwinsock.h | ||
X Window System Core Protocol
This package provides the headers and specification documents defining
the X Window System Core Protocol, Version 11.
It also includes a number of headers that aren't purely protocol related,
but are depended upon by many other X Window System packages to provide
common definitions and porting layer.
All questions regarding this software should be directed at the
Xorg mailing list:
http://lists.freedesktop.org/mailman/listinfo/xorg
Please submit bug reports to the Xorg bugzilla:
https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
The master development code repository can be found at:
git://anongit.freedesktop.org/git/xorg/proto/x11proto
http://cgit.freedesktop.org/xorg/proto/x11proto
For patch submission instructions, see:
http://www.x.org/wiki/Development/Documentation/SubmittingPatches
For more information on the git code manager, see:
http://wiki.x.org/wiki/GitPage