summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xcomposite.in
blob: 7b34330e8e9c2fe5f2389d681bba7da92da93b50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## SECTION=multimedia_xorg_lib

config XORG_LIB_XCOMPOSITE
	tristate
	prompt "libXcomposite"
	select XORGPROTO
	select XORG_LIB_X11
	select XORG_LIB_XFIXES
	select XORG_LIB_XEXT
	help
	 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.