@@ -, +, @@ -rootless mode, but since we don't have reproduction --- configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) --- a/configure.ac +++ a/configure.ac @@ -1836,7 +1836,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 CFLAGS="$CFLAGS -DFD_SETSIZE=256" --