README.md
1libXt - X Toolkit Intrinsics library
2------------------------------------
3
4Documentation for this library can be found in the included man pages; and
5the libXt spec from the specs directory of the source, also available at:
6
7 - https://www.x.org/releases/current/doc/libXt/intrinsics.html
8 - https://www.x.org/releases/current/doc/libXt/intrinsics.pdf
9
10and the O'Reilly X Toolkit books, which they have made freely available online:
11
12 - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
13 1st Edition (1990, covers X11R3)
14
15 https://archive.org/details/xtoolkitintrsin20400nyemiss
16
17 - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
18 2nd Edition (1990, covers X11R4)
19
20 https://archive.org/details/xtoolkitintrinsi04nyemiss
21
22 - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
23 Motif Edition (1990, covers X11R4/Motif 1.1)
24
25 https://archive.org/details/xtoolktintrmotif04nyemiss
26
27 - X Series Volume 4: X Toolkit Intrinsics Programming Manual,
28 3rd Edition (1993, covers X11R5/Motif 1.2)
29
30 https://archive.org/details/xtoolkitintrinsi0000nyea
31
32 - X Series Volume 5: X Toolkit Intrinsics Reference Manual
33 (1990, covers X11R4)
34
35 https://archive.org/details/xtoolkitintrirefman05oreimiss
36
37 - X Series Volume 5: X Toolkit Intrinsics Reference Manual
38 (1994, covers X11R4 and X11R5)
39
40 https://archive.org/details/xtoolkitintrinsi05flan
41
42----------------------------------------------------------------------------
43
44All questions regarding this software should be directed at the
45Xorg mailing list:
46
47 https://lists.x.org/mailman/listinfo/xorg
48
49The primary development code repository can be found at:
50
51 https://gitlab.freedesktop.org/xorg/lib/libXt
52
53Please submit bug reports and requests to merge patches there.
54
55For patch submission instructions, see:
56
57 https://www.x.org/wiki/Development/Documentation/SubmittingPatches
58