backend: Add newlines to break the illusion of grouping
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4018>
This commit is contained in:
parent
007058aac4
commit
8da99b69e2
@ -1263,6 +1263,7 @@ meta_backend_initable_init (GInitable *initable,
|
||||
|
||||
priv->remote_access_controller =
|
||||
meta_remote_access_controller_new ();
|
||||
|
||||
priv->dbus_session_watcher =
|
||||
g_object_new (META_TYPE_DBUS_SESSION_WATCHER, NULL);
|
||||
|
||||
@ -1271,6 +1272,7 @@ meta_backend_initable_init (GInitable *initable,
|
||||
meta_remote_access_controller_add (
|
||||
priv->remote_access_controller,
|
||||
META_DBUS_SESSION_MANAGER (priv->screen_cast));
|
||||
|
||||
priv->remote_desktop = meta_remote_desktop_new (backend);
|
||||
meta_remote_access_controller_add (
|
||||
priv->remote_access_controller,
|
||||
|
Loading…
x
Reference in New Issue
Block a user