From 20701522be803fe47e921fcf059dadf64c7f287d Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Thu, 18 Feb 2010 14:19:21 -0600 Subject: [PATCH] Don't enable ROOTLESS_WORKAROUND, it breaks composite 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 Tested-by: Yaakov Selkowitz Signed-off-by: Yaakov Selkowitz --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 54056ba58..2d261db24 100644 --- a/configure.ac +++ b/configure.ac @@ -1858,7 +1858,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*)