[mutter/wayland] compositor: Make sure to construct plugin_mgr in Wayland as well...



commit 4326d0bf3af57dca6be74d4eb53f411d318d1aa1
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Nov 19 15:37:31 2013 -0500

    compositor: Make sure to construct plugin_mgr in Wayland as well...

 src/compositor/compositor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/compositor/compositor.c b/src/compositor/compositor.c
index d4e7ebd..6c9c137 100644
--- a/src/compositor/compositor.c
+++ b/src/compositor/compositor.c
@@ -816,8 +816,6 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
           info->pending_input_region = None;
         }
 
-      info->plugin_mgr = meta_plugin_manager_new (screen);
-
       /* Map overlay window before redirecting windows offscreen so we catch their
        * contents until we show the stage.
        */
@@ -825,6 +823,8 @@ meta_compositor_manage_screen (MetaCompositor *compositor,
 
       redirect_windows (compositor, screen);
     }
+
+  info->plugin_mgr = meta_plugin_manager_new (screen);
 }
 
 void


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