summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-09-18 10:48:09 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-09-18 10:48:09 +0000
commitc90a2896fce81a8b67c985bfae6ab2a4b0b3fb00 (patch)
treeed7d2d3fb96583afc71153dcf94550127fcdd830
parenta61a4573a1905e3fb4d792a6689e0a7656803d63 (diff)
downloadptxdist-c90a2896fce81a8b67c985bfae6ab2a4b0b3fb00.tar.gz
ptxdist-c90a2896fce81a8b67c985bfae6ab2a4b0b3fb00.tar.xz
adding infos
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6048 33e552b5-05e3-0310-8538-816dae2090ed
-rw-r--r--rules/xorg-lib-Xcomposite.in8
-rw-r--r--rules/xorg-lib-Xcursor.in5
-rw-r--r--rules/xorg-lib-Xdamage.in4
-rw-r--r--rules/xorg-lib-Xfixes.in4
-rw-r--r--rules/xorg-lib-Xft.in3
5 files changed, 19 insertions, 5 deletions
diff --git a/rules/xorg-lib-Xcomposite.in b/rules/xorg-lib-Xcomposite.in
index f7375587c..7ed797c68 100644
--- a/rules/xorg-lib-Xcomposite.in
+++ b/rules/xorg-lib-Xcomposite.in
@@ -7,5 +7,9 @@ config XORG_LIB_XCOMPOSITE
select XORG_LIB_XEXT
select XORG_PROTO_FIXES
help
- FIXME
-
+ The X Composite extension adds support for translucent windows and
+ non-rectangular windows with anti-aliased edges to the X window system.
+ It also makes the content of obscured windows available to for example
+ desktop pagers, and provides backing store which eliminates flicker. It also
+ makes it possible for a composition manager to draw dynamic effects on the
+ screen, such as window drop shadows.
diff --git a/rules/xorg-lib-Xcursor.in b/rules/xorg-lib-Xcursor.in
index 7b90bb719..9c5221736 100644
--- a/rules/xorg-lib-Xcursor.in
+++ b/rules/xorg-lib-Xcursor.in
@@ -6,4 +6,7 @@ config XORG_LIB_XCURSOR
select XORG_PROTO_FIXES
prompt "libXcursor"
help
- FIXME
+ The Xcursor library provides support for colored and animated cursor themes.
+ This library is included by default, but can also be installed as a
+ standalone library and used with any X server. For full functionality the X
+ server must support Xrender
diff --git a/rules/xorg-lib-Xdamage.in b/rules/xorg-lib-Xdamage.in
index 930cc1a13..27ce17560 100644
--- a/rules/xorg-lib-Xdamage.in
+++ b/rules/xorg-lib-Xdamage.in
@@ -6,4 +6,6 @@ config XORG_LIB_XDAMAGE
select XORG_PROTO_XEXT
select XORG_LIB_XFIXES
help
- FIXME
+ The X Damage Extension provides notifications to applications when the content
+ of the screen or individual windows changes as a result of applications
+ drawing on them.
diff --git a/rules/xorg-lib-Xfixes.in b/rules/xorg-lib-Xfixes.in
index bb7041aea..7ece6360e 100644
--- a/rules/xorg-lib-Xfixes.in
+++ b/rules/xorg-lib-Xfixes.in
@@ -5,4 +5,6 @@ config XORG_LIB_XFIXES
select XORG_PROTO_FIXES
select XORG_PROTO_XEXT
help
- FIXME
+ The X Fixes extension was created to address a number of shortcomings in the
+ core X window system that prevented applications from doing some things
+ efficiently.
diff --git a/rules/xorg-lib-Xft.in b/rules/xorg-lib-Xft.in
index 96b592bff..c813c3841 100644
--- a/rules/xorg-lib-Xft.in
+++ b/rules/xorg-lib-Xft.in
@@ -10,3 +10,6 @@ config XORG_LIB_XFT
fonts independend from the X server side. The X server should support
the X render extension to speed up rendering on the server side. Without
this extension on X server side rendering will be very slow.
+ The Xft library works in combination with the fontconfig and freetype2
+ libraries to provide an interface for applications to draw anti-aliased
+ text.