[mutter/wayland] compositor: Remove outdated comment



commit 8dd97b4998d91bad46e367011dba94ce2b0abcca
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Nov 18 21:18:34 2013 -0500

    compositor: Remove outdated comment
    
    XWayland no longer redirects windows by default.

 src/compositor/compositor.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/src/compositor/compositor.c b/src/compositor/compositor.c
index bd3bb30..706650c 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]