diff options
author | 2025-01-13 12:01:36 +0100 | |
---|---|---|
committer | 2025-01-14 09:02:26 +0000 | |
commit | 3c3ba5e5927ac5607439f18f95f09592519053a1 (patch) | |
tree | af4c00d740033dc8a623148a108cca43fbb75811 /docs/06_Component_Documentation/02_agl_compositor.md | |
parent | d511041028a87e8569c98dfb2f4e034563973f3f (diff) |
Batch update for Super Salmon M3salmon_19.0.0salmon_18.94.0salmon_18.93.0salmon/19.0.0salmon/18.94.0salmon/18.93.019.0.018.94.018.93.0salmon
Update the documentation after branching for Milestone 3.
Bug-AGL: SPEC-5333
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I04aa470eb53ed937e893445b4b029e24a7b8d12b
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/30759
Diffstat (limited to 'docs/06_Component_Documentation/02_agl_compositor.md')
-rw-r--r-- | docs/06_Component_Documentation/02_agl_compositor.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/06_Component_Documentation/02_agl_compositor.md b/docs/06_Component_Documentation/02_agl_compositor.md index 67b73da..810ff33 100644 --- a/docs/06_Component_Documentation/02_agl_compositor.md +++ b/docs/06_Component_Documentation/02_agl_compositor.md @@ -135,7 +135,7 @@ assigning them panel and/or background roles, and they're fully loaded, the client can then issue `ready()` request and the compositor will start presenting. -Please consult the [protocol file](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-compositor.git;a=blob_plain;f=protocol/agl-shell.xml;hb=refs/heads/master) +Please consult the [protocol file](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-compositor.git;a=blob_plain;f=protocol/agl-shell.xml;hb=refs/heads/salmon) as that is the authoritative way of getting the latest version. #### V2 updates @@ -279,7 +279,7 @@ protocol. These roles serve as hints for the compositor and should be used before the actual surface creation takes place, such that the compositor can take the necessary steps to satisfy those requirements. -Please consult the [protocol file](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-compositor.git;a=blob_plain;f=protocol/agl-shell-desktop.xml;hb=refs/heads/master) +Please consult the [protocol file](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-compositor.git;a=blob_plain;f=protocol/agl-shell-desktop.xml;hb=refs/heads/salmon) as that is the authoritative way of getting the latest version. #### Additional surface roles in agl-shell-desktop @@ -464,8 +464,8 @@ message AppStateResponse { }; ``` -A C++ client implementation the gRPC API can be found in [agl-shell-activator](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-shell-activator.git;a=tree;h=refs/heads/master;hb=refs/heads/master) -or in [window-management-client-grpc](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/window-management-client-grpc.git;a=tree;h=refs/heads/master;hb=refs/heads/master). +A C++ client implementation the gRPC API can be found in [agl-shell-activator](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/agl-shell-activator.git;a=tree;h=refs/heads/salmon;hb=refs/heads/salmon) +or in [window-management-client-grpc](https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/window-management-client-grpc.git;a=tree;h=refs/heads/salmon;hb=refs/heads/salmon). ## Explicit output |