From d3add65f6960dd3c95aaa2fe63cc8c563747695d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotn=C3=BD?= <59669705+CuBeRJAN@users.noreply.github.com> Date: Mon, 7 Nov 2022 15:32:33 +0100 Subject: replace _NET_WM_PID with XResGetClientPid (#741) window-props: use XResQueryClientIds to get pid _NET_WM_PID is unreliable! It can be faked or pid might be from different namespace. Ignore _NET_WM_PID and use XResQueryClientIds to get pid. https://gitlab.gnome.org/GNOME/metacity/-/commit/bcbe966511362a8eb8c8c64035ab160086c931f8 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6b946ab6..d5002477 100644 --- a/configure.ac +++ b/configure.ac @@ -164,7 +164,7 @@ if test x$have_xcomposite = xyes; then fi if test x$have_xcomposite = xyes; then - MARCO_PC_MODULES="$MARCO_PC_MODULES xcomposite >= $XCOMPOSITE_VERSION xfixes xrender xdamage" + MARCO_PC_MODULES="$MARCO_PC_MODULES xcomposite >= $XCOMPOSITE_VERSION xfixes xrender xdamage xres" AC_DEFINE(HAVE_COMPOSITE_EXTENSIONS, 1, [Building with compositing manager support]) echo "Building with compositing manager" -- cgit v1.2.1