From 8dd97b4998d91bad46e367011dba94ce2b0abcca Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Mon, 18 Nov 2013 21:18:34 -0500 Subject: [PATCH] compositor: Remove outdated comment XWayland no longer redirects windows by default. --- src/compositor/compositor.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/compositor/compositor.c b/src/compositor/compositor.c index bd3bb305c..706650c33 100644 --- a/src/compositor/compositor.c +++ b/src/compositor/compositor.c @@ -650,11 +650,6 @@ redirect_windows (MetaCompositor *compositor, guint n_retries; guint max_retries; - /* If we're running with wayland, connected to a headless xwayland - * server then all the windows are implicitly redirected offscreen - * already and it would generate an error to try and explicitly - * redirect them via XCompositeRedirectSubwindows() */ - if (meta_get_replace_current_wm ()) max_retries = 5; else