diff options
author | Keith Packard <keithp@neko.keithp.com> | 2007-07-03 14:29:11 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-07-03 14:29:11 -0700 |
commit | 866f092ca0160a366add01b48ad03438926c4d16 (patch) | |
tree | 1d1068507044b4b2b7fdd8bb7d4100c0cb7b4cb0 /configure.ac | |
parent | 2a75c774975b50dd4e71b7dbea7bd65ca2984a43 (diff) |
Make Composite manual redirect windows not clip their parent.
This patch changes the semantics of manual redirect windows so that they no
longer affect the clip list of their parent. Doing this means the parent can
draw to the area covered by the child without using IncludeInferiors. More
importantly, this also means that the parent receives expose events when
that region is damaged by other actions.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 06473ef05..5ee9ad75d 100644 --- a/configure.ac +++ b/configure.ac @@ -649,7 +649,7 @@ fi AM_CONDITIONAL(COMPOSITE, [test "x$COMPOSITE" = xyes]) if test "x$COMPOSITE" = xyes; then AC_DEFINE(COMPOSITE, 1, [Support Composite Extension]) - REQUIRED_MODULES="$REQUIRED_MODULES [compositeproto >= 0.3]" + REQUIRED_MODULES="$REQUIRED_MODULES [compositeproto >= 0.4]" COMPOSITE_LIB='$(top_builddir)/composite/libcomposite.la' COMPOSITE_INC='-I$(top_srcdir)/composite' fi |