diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2021-09-23 17:49:03 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-10-12 15:37:24 +0000 |
commit | c5252ebd0a1e5875a3e03237e4fb42c2bbf6a8a4 (patch) | |
tree | 7efb13cb59c91e4d2370d1336d76ad3b5c867916 | |
parent | 4d6b3f3501c136f56229ec0150ea20f441193af7 (diff) |
docs/5_Component_Documentation/1_agl-compositor: Slash headers
mkdocs doesn't generate links for Header 3 types, so use Header 2
to have more links available, in case these might be needed.
Change-Id: I33c5e0bf5bcd74835f49ca7cd599753335b015ac
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26668
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
-rw-r--r-- | docs/5_Component_Documentation/1_agl-compositor.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/5_Component_Documentation/1_agl-compositor.md b/docs/5_Component_Documentation/1_agl-compositor.md index 63d2c73..1141642 100644 --- a/docs/5_Component_Documentation/1_agl-compositor.md +++ b/docs/5_Component_Documentation/1_agl-compositor.md @@ -180,7 +180,7 @@ present/running, it will attempt to make the surface backing that application the current activate one, with each output having independently active surfaces. -#### Explicit output +## Explicit output The activation and setting surface roles requires passing a Wayland output (wl_output). The output is the wayland interface representation of an output @@ -362,7 +362,7 @@ integration. Worth mentioning are: * `hide-cursor=[false]` - do not advertise pointer/cursor to clients. Present in the `[core]` section. -### Running with software rendering +## Running with software rendering By default the compositor will attempt to use the GL-renderer, and implicitly the GPU. One could instead use the CPU, by making use of the Pixman library. To |