Skip to content

Commit

Permalink
Some minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkae committed Oct 5, 2023
1 parent 8fb331f commit 7690c4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx/architecture_diagram.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The following describes the largest chunks of *Mir* and how they relate to one a

.. mermaid:: ./high_level_diagram.mmd

*Mir*'s Engine Closeup
Mirserver Closeup
--------------
Let's take a deeper look into the different systems at play in `mirserver`.

Expand Down
12 changes: 6 additions & 6 deletions doc/sphinx/mirserver.mmd
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@

classDiagram
Shell --> Scene: Updates
Server o-- Shell
Server o-- Scene
Server o-- Compositor
Server o-- Seat
Server o-- Display

Shell --> miral: Ask for implementation of shell behavior
Shell --> Scene: Updates
Compositor --> Scene: Reads
Compositor --> Display: To determine outputs
Compositor --> RenderingPlatform: Renders using
Compositor --> DisplayPlatform: Outputs to
Shell --> miral: Get shell behavior
Compositor --> Scene: Get renderables
Compositor --> Display: Get outputs
Compositor --> RenderingPlatform: Handles rendering
Compositor --> DisplayPlatform: Outputs image to
InputDispatcher <-- InputPlatform: Sends events to
Seat <-- InputDispatcher: Sends events to
Seat --> Shell: Sends events to
Expand Down

0 comments on commit 7690c4c

Please sign in to comment.