diff options
author | marha <marha@users.sourceforge.net> | 2011-09-12 11:27:51 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-09-12 11:27:51 +0200 |
commit | dafebc5bb70303f0b5baf0b087cf4d9a64b5c7f0 (patch) | |
tree | bdf833cc6a4fc9035411779e10dd9e8478201885 /libXt/README | |
parent | 0b40f5f4b54453a77f4b09c431f8efc6875da61f (diff) | |
download | vcxsrv-dafebc5bb70303f0b5baf0b087cf4d9a64b5c7f0.tar.gz vcxsrv-dafebc5bb70303f0b5baf0b087cf4d9a64b5c7f0.tar.bz2 vcxsrv-dafebc5bb70303f0b5baf0b087cf4d9a64b5c7f0.zip |
Synchronised line endinge with release branch
Diffstat (limited to 'libXt/README')
-rw-r--r-- | libXt/README | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/libXt/README b/libXt/README index e334d2b80..45663cbcf 100644 --- a/libXt/README +++ b/libXt/README @@ -1,58 +1,58 @@ -libXt - X Toolkit Intrinsics library
-
-Documentation for this library can be found in the included man pages;
-the libXt spec from the specs directory of the source, also available at:
-
- http://xorg.freedesktop.org/releases/X11R7.0/doc/PDF/intrinsics.pdf
-
-and the O'Reilly X Toolkit books, which they have made freely available online:
-
- - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
- 1st Edition (1990, covers X11R3)
-
- http://www.archive.org/details/xtoolkitintrsin20400nyemiss
-
- - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
- 2nd Edition (1990, covers X11R4)
-
- http://www.archive.org/details/xtoolkitintrinsi04nyemiss
-
- - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
- Motif Edition (1990, covers X11R4/Motif 1.1)
-
- http://www.archive.org/details/xtoolktintrmotif04nyemiss
-
- - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
- 3rd Edition (1993, covers X11R5)
-
- http://www.archive.org/details/xtoolkitintrinsic04nyemiss
-
- - X Series Volume 5: X Toolkit Intrinsics Reference Manual
- (1990, covers X11R4)
-
- http://www.archive.org/details/xtoolkitintrinsi04nyemiss
-
-
-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/lib/libXt
-
- http://cgit.freedesktop.org/xorg/lib/libXt
-
-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
-
+libXt - X Toolkit Intrinsics library + +Documentation for this library can be found in the included man pages; +the libXt spec from the specs directory of the source, also available at: + + http://xorg.freedesktop.org/releases/X11R7.0/doc/PDF/intrinsics.pdf + +and the O'Reilly X Toolkit books, which they have made freely available online: + + - X Series Volume 4: X Toolkit Intrinsics Programming Manual, + 1st Edition (1990, covers X11R3) + + http://www.archive.org/details/xtoolkitintrsin20400nyemiss + + - X Series Volume 4: X Toolkit Intrinsics Programming Manual, + 2nd Edition (1990, covers X11R4) + + http://www.archive.org/details/xtoolkitintrinsi04nyemiss + + - X Series Volume 4: X Toolkit Intrinsics Programming Manual, + Motif Edition (1990, covers X11R4/Motif 1.1) + + http://www.archive.org/details/xtoolktintrmotif04nyemiss + + - X Series Volume 4: X Toolkit Intrinsics Programming Manual, + 3rd Edition (1993, covers X11R5) + + http://www.archive.org/details/xtoolkitintrinsic04nyemiss + + - X Series Volume 5: X Toolkit Intrinsics Reference Manual + (1990, covers X11R4) + + http://www.archive.org/details/xtoolkitintrinsi04nyemiss + + +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/lib/libXt + + http://cgit.freedesktop.org/xorg/lib/libXt + +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 + |