summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-16 10:36:21 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-03-16 10:36:35 -0700
commit97a5180793138498c046a7aa2ad061732e182645 (patch)
treede66fd6ca1df531473ac3cb99dccab7eeeb486cc
parent86b2e70648531f1af11e0541f69468212c3f2190 (diff)
downloadxorg-lib-libXext-97a5180793138498c046a7aa2ad061732e182645.tar.gz
Add description of libXext to README.md
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index cae5316..edb1b4d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
libXext - library for common extensions to the X11 protocol
-----------------------------------------------------------
+libXext is the historical libX11-based catchall library for the X11
+extensions without their own libraries.
+
No new extensions should be added to this library - it is now instead
preferred to make per-extension libraries that can be evolved as needed
without breaking compatibility of this core library.