diff options
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | man/Xcomposite.xml | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 74135a0..19ee08b 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ dnl protocol, so Xcomposite version l.n.m corresponds to protocol version l.n dnl that 'revision' number appears in Xcomposite.h and has to be manually dnl synchronized. dnl -AC_INIT(libXcomposite, 0.3.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXcomposite) +AC_INIT(libXcomposite, 0.4.0, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXcomposite) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE diff --git a/man/Xcomposite.xml b/man/Xcomposite.xml index 94de15b..939bc0f 100644 --- a/man/Xcomposite.xml +++ b/man/Xcomposite.xml @@ -168,6 +168,16 @@ The composite extension provides several related mechanisms: Window is unmapped. </para></listitem> </varlistentry> + <varlistentry> + <term>Parent window clipping</term> + <listitem><para> + Version 0.4 of the protocol modifies the semantics of parent window + clipping in the presence of manual redirected children. With this + version, the area in the parent covered by manual redirected + children is left in the parent clip list instead of being removed as + in older versions. + </para></listitem> + </varlistentry> </variablelist> </para> <para> |