[mutter] compositor: Clean up comment



commit 20beaf7fe1b6bec40bc4e834f648c280577b383d
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 4f27939..abbe585 100644
--- a/src/compositor/compositor.c
+++ b/src/compositor/compositor.c
@@ -685,13 +685,6 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
   clutter_actor_add_child (info->stage, info->window_group);
   clutter_actor_add_child (info->stage, info->top_window_group);
 
-  /*
-   * 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]