summaryrefslogtreecommitdiff
path: root/include/X11/extensions
AgeCommit message (Collapse)Author
2011-09-16Strip trailing whitespaceAlan Coopersmith
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-11-02Fix PanroamiXOff typo in comment in panoramiXext.hAlan Coopersmith
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-13Proto major/minors shouldn't live in the extension header but the proto headerBenjamin Close
Previously the Xserver was pulling in the extension header rather than the proto header this led to issues when compiling the xserver. Instead we shift the proto numbers to the proto header and tell the X server to use the proto header. Hence it's possible to compile the server without the lib again. Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com> Acked-by: Daniel Stone <daniel@fooishbar.org> Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-01-30panoramiXext.h is included in X Server build.Paulo Cesar Pereira de Andrade
The X Server build only requires the value of the macros PANORAMIX_MAJOR_VERSION and PANORAMIX_MINOR_VERSION.
2009-01-29Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade
2008-05-19Add Xinerama.h and panoramiXext.h to includedir.Peter Hutterer
Were previously part of xineramaproto, but they really belong here. For a history of these files please refer to git://anongit.freedesktop.org/git/xorg/proto/xineramaproto