mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-04-07 08:21:33 -04:00
doc: Add a chapter on content updates
The behavior of content updates, specifically in combination with sync subsrufaces and constrains can become quite complicated. This introduces a chapter in the wayland book which explains the behavior of the core specification in this regard, and shows examples. Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
This commit is contained in:
parent
dd8afabdcc
commit
1807450a7b
38 changed files with 3645 additions and 0 deletions
35
doc/publican/html/images/content-updates/meson.build
Normal file
35
doc/publican/html/images/content-updates/meson.build
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
foreach src : files([
|
||||
'simple-desynchronized-state-1.png',
|
||||
'simple-desynchronized-state-2.png',
|
||||
'simple-desynchronized-state-3.png',
|
||||
'simple-desynchronized-state-4.png',
|
||||
'simple-desynchronized-state-5.png',
|
||||
'simple-desynchronized-state-6.png',
|
||||
'simple-synchronized-state-1.png',
|
||||
'simple-synchronized-state-2.png',
|
||||
'simple-synchronized-state-3.png',
|
||||
'simple-synchronized-state-4.png',
|
||||
'simple-synchronized-state-5.png',
|
||||
'sync-subsurf-case1-1.png',
|
||||
'sync-subsurf-case1-2.png',
|
||||
'sync-subsurf-case1-3.png',
|
||||
'sync-subsurf-case1-4.png',
|
||||
'sync-subsurf-case1-5.png',
|
||||
'sync-subsurf-case2-1.png',
|
||||
'sync-subsurf-case2-2.png',
|
||||
'sync-subsurf-case2-3.png',
|
||||
'sync-to-desync-subsurf-1.png',
|
||||
'sync-to-desync-subsurf-2.png',
|
||||
'sync-to-desync-subsurf-3.png',
|
||||
'sync-to-desync-transition-1.png',
|
||||
'sync-to-desync-transition-2.png',
|
||||
'sync-to-desync-transition-3.png',
|
||||
'content-update-legend.png',
|
||||
])
|
||||
name = fs.name(src)
|
||||
publican_inputs += fs.copyfile(
|
||||
name,
|
||||
install: true,
|
||||
install_dir: publican_install_prefix + '/html/images/content-updates',
|
||||
)
|
||||
endforeach
|
||||
Loading…
Add table
Add a link
Reference in a new issue