diff options
author | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-04-16 20:39:46 -0400 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2021-04-20 08:46:59 +0200 |
commit | 217c4f79a03b378cb5aa0eb196a4e2db72701138 (patch) | |
tree | ea3e9e807da6030ad1a84cb09f3d9d99262bc3b8 /examples/meson.build | |
parent | 7c9b61b18c3041f3ccc883d7814175d9983dc74e (diff) |
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.
Diffstat (limited to 'examples/meson.build')
-rw-r--r-- | examples/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build index 0fee7d92..1ce02f0d 100644 --- a/examples/meson.build +++ b/examples/meson.build @@ -49,6 +49,9 @@ compositors = { 'src': 'fullscreen-shell.c', 'proto': ['fullscreen-shell-unstable-v1'], }, + 'quads': { + 'src': 'quads.c', + }, } clients = { |