summaryrefslogtreecommitdiffstats
path: root/rules/xorg-lib-Xcomposite.in
blob: 7ed797c68d7f5c63bca6b575066a0b7a945dbe71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config XORG_LIB_XCOMPOSITE
	bool
	prompt "libXcomposite"
	select XORG_PROTO_COMPOSITE
	select XORG_LIB_X11
	select XORG_LIB_XFIXES
	select XORG_LIB_XEXT
	select XORG_PROTO_FIXES
	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.