mirror of
https://github.com/brl/mutter.git
synced 2024-11-10 07:56:14 -05:00
compositor: Fix indentation mistake
https://gitlab.gnome.org/GNOME/mutter/merge_requests/727
This commit is contained in:
parent
12ea2fcb51
commit
9af90bf9c1
@ -598,7 +598,7 @@ meta_compositor_manage (MetaCompositor *compositor)
|
|||||||
priv->stage_presented_id =
|
priv->stage_presented_id =
|
||||||
g_signal_connect (priv->stage, "presented",
|
g_signal_connect (priv->stage, "presented",
|
||||||
G_CALLBACK (on_presented),
|
G_CALLBACK (on_presented),
|
||||||
compositor);
|
compositor);
|
||||||
|
|
||||||
/* We use connect_after() here to accomodate code in GNOME Shell that,
|
/* We use connect_after() here to accomodate code in GNOME Shell that,
|
||||||
* when benchmarking drawing performance, connects to ::after-paint
|
* when benchmarking drawing performance, connects to ::after-paint
|
||||||
|
Loading…
Reference in New Issue
Block a user