summaryrefslogtreecommitdiff
path: root/ModuleDescriptions.mdwn
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-14 15:50:01 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-09-14 15:50:01 -0700
commit1f899b3e2344c9ea3c32bf0d37037ff05da35e84 (patch)
treed820453ec16f71e374d1b0e7ae195113494c1929 /ModuleDescriptions.mdwn
parent46183a5a899aa11041bd1d711e75b019f99a79c8 (diff)
Move composite, damage, evie, & fixes out of experimental section
Diffstat (limited to 'ModuleDescriptions.mdwn')
-rw-r--r--ModuleDescriptions.mdwn17
1 files changed, 8 insertions, 9 deletions
diff --git a/ModuleDescriptions.mdwn b/ModuleDescriptions.mdwn
index 490cf846..f4a1a491 100644
--- a/ModuleDescriptions.mdwn
+++ b/ModuleDescriptions.mdwn
@@ -67,8 +67,11 @@ Sample/demo/test apps
* lib/SM - _Session Management library_
* lib/X11 - _X11 Client library_
* lib/Xau - _X Authorization routines_
+* lib/Xcomposite - _Composite extension_
+* lib/Xdamage - _Damage extension_
* lib/Xdmcp - _X Display Manager Control Protocol routines_
* lib/Xext - _common X Extensions library_
+* lib/Xfixes - _X-Fixes extension_
* lib/Xfont - _X font handling library for server & utilities_
* lib/Xfontcache - _X-TrueType font cache extension client library_
* lib/Xft - _Client side font rendering library_
@@ -108,6 +111,9 @@ Sample/demo/test apps
* doc/xorg-sgml-doctools - _document format conversion tools for SGML docs_
* lib/xtrans - _X Network Transport layer shared code_
* proto/BigReqs
+* proto/Composite - _Composite extension header files_
+* proto/Damage - _Damage extension header files_
+* proto/Fixes - _X-Fixes extension header files_
* proto/Fontcache - _font cache header files_
* proto/Fonts - _font library header files_
* proto/GL - _GL/GLX (3D) header files_
@@ -253,15 +259,6 @@ Sample/demo/test apps
## Experimental:
* app/fonttosfnt - _Wrap a bitmap font in a sfnt (TrueType) wrapper_
-* lib/Xcomposite - _Composite extension_
-* lib/Xdamage - _Damage extension_
-* lib/Xevie - _XEvIE extension_
-* lib/Xfixes - _X-Fixes extension_
-* proto/Composite - _Composite extension_
-* proto/Damage - _Damage extension_
-* proto/EvIE - _XEvIE extension_
-* proto/Fixes - _X-Fixes extension_
-
---
@@ -274,6 +271,8 @@ Sample/demo/test apps
* app/xmh - _X interface to MH mail tools_ (Preferred replacement: exmh)
* data/xkbdata - _XKB keyboard configuration data_ (Preferred replacement: xkb-config)
* lib/oldX - _X version 10 backwards compatibility_ (Preferred replacement: X11!)
+* lib/Xevie - _XEvIE extension_
+* proto/EvIE - _XEvIE extension_
---