Age | Commit message (Collapse) | Author |
|
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>
|
|
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
|
|
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>
|
|
The X Server build only requires the value of the macros
PANORAMIX_MAJOR_VERSION and PANORAMIX_MINOR_VERSION.
|
|
|
|
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
|