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:
Simon Zeni 2021-04-16 20:39:46 -04:00 committed by Simon Ser
parent 7c9b61b18c
commit 217c4f79a0
2 changed files with 215 additions and 0 deletions

View file

@ -49,6 +49,9 @@ compositors = {
'src': 'fullscreen-shell.c',
'proto': ['fullscreen-shell-unstable-v1'],
},
'quads': {
'src': 'quads.c',
},
}
clients = {