[mutter/wayland] compositor: Clean up comment



commit 26aa10a974f3b43b2226fe538ceedf256d236d53
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Nov 5 09:15:05 2013 -0500

    compositor: Clean up comment
    
    So it seems that we were intentionally delaying the output window,
    although I wonder why...

 src/compositor/compositor.c |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/compositor/compositor.c b/src/compositor/compositor.c
index e7140c6..f7312a4 100644
--- a/src/compositor/compositor.c
+++ b/src/compositor/compositor.c
@@ -796,13 +796,6 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
     }
   else
     {
-      /*
-       * Delay the creation of the overlay window as long as we can, to avoid
-       * blanking out the screen. This means that during the plugin loading, the
-       * overlay window is not accessible; if the plugin needs to access it
-       * directly, it should hook into the "show" signal on stage, and do
-       * its stuff there.
-       */
       info->output = get_output_window (screen);
       XReparentWindow (xdisplay, xwin, info->output, 0, 0);
 


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