[PATCH] Don't enable ROOTLESS_WORKAROUND, it breaks composite

Yaakov (Cygwin/X) yselkowitz at users.sourceforge.net
Tue Mar 23 23:22:01 PDT 2010


From: Jon TURNEY <jon.turney at dronecode.org.uk>

This possibly brings back whatever the bug is in 
http://bugs.freedesktop.org/show_bug.cgi?id=1168 for -rootless mode, but 
since we don't have reproduction steps for that, I can't test that...

Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>
Tested-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Signed-off-by: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
---
 configure.ac |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index d379b3a..36b4dd9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1834,7 +1834,6 @@ if test "x$XWIN" = xyes; then
 			dnl if we have windowswmproto, build rootless extension for multwindowextwm mode
 			if test "x$WINDOWSWM" = xyes ; then
 			       AC_DEFINE(ROOTLESS,1,[Build Rootless code])
-			       CFLAGS="$CFLAGS -DROOTLESS_WORKAROUND"
 			fi
 			;;
 		mingw*)
-- 
1.6.6.1



More information about the xorg-devel mailing list