diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2020-10-08 16:27:56 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2020-10-08 14:54:45 +0000 |
commit | 58e2ac86710faaf73fb98094f500b9a7f469099e (patch) | |
tree | a0df93bff015aae2a6d45e66e322f2c8748d0d6c | |
parent | 2c95e0899879c5e00edc2079fb50d2f1f5c0a5e3 (diff) | |
download | mutter-58e2ac86710faaf73fb98094f500b9a7f469099e.tar.gz |
gschema: really use line breaks in schema
The newline character `\n` in the schema does not produce a new line.
Use a newline instead.
fixes: dbe44f3a83e6a6bdc611bb298e3781a0aebbbd7b
https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1483
-rw-r--r-- | data/org.gnome.mutter.gschema.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/org.gnome.mutter.gschema.xml.in b/data/org.gnome.mutter.gschema.xml.in index 977491efc..c4324db48 100644 --- a/data/org.gnome.mutter.gschema.xml.in +++ b/data/org.gnome.mutter.gschema.xml.in @@ -120,15 +120,15 @@ framebuffers instead of window content, to manage HiDPI monitors. Does not require a restart. - \n + • “rt-scheduler” — makes mutter request a low priority real-time scheduling. The executable or user must have CAP_SYS_NICE. Requires a restart. - \n + • “autostart-xwayland” — initializes Xwayland lazily if there are X11 clients. Requires a restart. - \n + • “dma-buf-screen-sharing" — enables DMA buffered screen sharing. This is already enabled by default when using the i915 driver, but disabled for |