mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
examples: introduce quads example
This examples uses `wlr_render_quad_with_matrix` to render coloured squares on the screen, and uses the rotation to make them spin on their middle.
This commit is contained in:
parent
7c9b61b18c
commit
217c4f79a0
2 changed files with 215 additions and 0 deletions
|
|
@ -49,6 +49,9 @@ compositors = {
|
|||
'src': 'fullscreen-shell.c',
|
||||
'proto': ['fullscreen-shell-unstable-v1'],
|
||||
},
|
||||
'quads': {
|
||||
'src': 'quads.c',
|
||||
},
|
||||
}
|
||||
|
||||
clients = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue