meta-weston-launch: Call VT_ACTIVATE ourselves

We don't need any special permissions, so we don't need to go through
weston-launch to do so...
This commit is contained in:
Jasper St. Pierre
2013-12-31 17:44:35 -05:00
parent a3de799939
commit ebe6e3180e
7 changed files with 19 additions and 85 deletions

View File

@@ -754,12 +754,6 @@ meta_wayland_finalize (void)
g_clear_object (&compositor->launcher);
}
MetaLauncher *
meta_wayland_compositor_get_launcher (MetaWaylandCompositor *compositor)
{
return compositor->launcher;
}
gboolean
meta_wayland_compositor_is_native (MetaWaylandCompositor *compositor)
{