summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespaceAlan Coopersmith2011-09-162-5/+5
| | | | | | | 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>
* Fix PanroamiXOff typo in comment in panoramiXext.hAlan Coopersmith2009-11-021-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Proto major/minors shouldn't live in the extension header but the proto headerBenjamin Close2009-02-131-7/+0
| | | | | | | | | | | 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>
* panoramiXext.h is included in X Server build.Paulo Cesar Pereira de Andrade2009-01-301-0/+10
| | | | | The X Server build only requires the value of the macros PANORAMIX_MAJOR_VERSION and PANORAMIX_MINOR_VERSION.
* Janitor: ansification, make distcheck, compiler warnings.Paulo Cesar Pereira de Andrade2009-01-291-1/+37
|
* Add Xinerama.h and panoramiXext.h to includedir.Peter Hutterer2008-05-192-0/+120
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