mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-30 11:11:05 -04:00
doc: turn captions into third-level headers in book
Signed-off-by: Julian Orth <ju.orth@gmail.com>
This commit is contained in:
parent
d2931c68b3
commit
e473f48d0d
1 changed files with 7 additions and 7 deletions
|
|
@ -73,11 +73,11 @@ In all the examples below, the surface T1 refers to a toplevel surface, SS1
|
||||||
refers to a sub-surface which is a child of T1, and SS2 refers to a sub-surface
|
refers to a sub-surface which is a child of T1, and SS2 refers to a sub-surface
|
||||||
which is a child of SS1.
|
which is a child of SS1.
|
||||||
|
|
||||||
**Legend**
|
### Legend
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Simple Desynchronized Case**
|
### Simple Desynchronized Case
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -111,7 +111,7 @@ applied.
|
||||||
When the constraint gets cleared, both DAGs can be applied to the surface
|
When the constraint gets cleared, both DAGs can be applied to the surface
|
||||||
atomitcally (either only _2_, or _2_ and _3_).
|
atomitcally (either only _2_, or _2_ and _3_).
|
||||||
|
|
||||||
**Simple Synchronized Case**
|
### Simple Synchronized Case
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -138,7 +138,7 @@ and it can be applied.
|
||||||
|
|
||||||
The DAG gets applied to the surfaces atomically.
|
The DAG gets applied to the surfaces atomically.
|
||||||
|
|
||||||
**Complex Synchronized Subsurface Case 1**
|
### Complex Synchronized Subsurface Case 1
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -164,7 +164,7 @@ DAG of _6_ does not contain CUs with constraints and can be applied.
|
||||||
There is no DCU left and no constraint remaining. Nothing more can be applied
|
There is no DCU left and no constraint remaining. Nothing more can be applied
|
||||||
without a new CU.
|
without a new CU.
|
||||||
|
|
||||||
**Complex Synchronized Subsurface Case 2**
|
### Complex Synchronized Subsurface Case 2
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -179,7 +179,7 @@ no CU with constraints and can be applied in any order
|
||||||
|
|
||||||
That leaves the same state as in the previous case
|
That leaves the same state as in the previous case
|
||||||
|
|
||||||
**Synchronized to Desynchronized Subsurface**
|
### Synchronized to Desynchronized Subsurface
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
@ -196,7 +196,7 @@ desynchronized. SCU _2_ is reachable by DCU _4_ so nothing changes.
|
||||||
Surface _SS1_ provides a new DCU (_5_) but because the CU before (_2_) is a
|
Surface _SS1_ provides a new DCU (_5_) but because the CU before (_2_) is a
|
||||||
Synchronized CU, it is not a candidate
|
Synchronized CU, it is not a candidate
|
||||||
|
|
||||||
**Synchronized to Desynchronized Transition**
|
### Synchronized to Desynchronized Transition
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue