meta/stage: Replace \r\n with \n
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4093>
This commit is contained in:
parent
129a71d0ca
commit
faf4dc21ea
@ -337,7 +337,7 @@ meta_stage_new (MetaBackend *backend)
|
|||||||
|
|
||||||
stage = g_object_new (META_TYPE_STAGE,
|
stage = g_object_new (META_TYPE_STAGE,
|
||||||
"context", meta_backend_get_clutter_context (backend),
|
"context", meta_backend_get_clutter_context (backend),
|
||||||
"accessible-name", "Main stage",
|
"accessible-name", "Main stage",
|
||||||
NULL);
|
NULL);
|
||||||
stage->backend = backend;
|
stage->backend = backend;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user