aboutsummaryrefslogtreecommitdiff
path: root/examples/meson.build
diff options
context:
space:
mode:
authorrandom human <random.bored.human@gmail.com>2018-10-03 10:46:24 +0530
committerAlex Maese <memaese@hotmail.com>2018-12-21 12:20:48 -0600
commit42ffa413fb6695c144557bf37effc1ce3d46fb5b (patch)
tree322bac73e8d9304246f56cab36a38016276e55c2 /examples/meson.build
parentfb44ce9fa8aadc1fee59b13f5780b493ed0a425f (diff)
relative_pointer: add relative-pointer example
On left mouse button click, locks the cursor and renders relative motion events.
Diffstat (limited to 'examples/meson.build')
-rw-r--r--examples/meson.build4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/meson.build b/examples/meson.build
index 589a7326..0811d1a2 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -81,6 +81,10 @@ examples = {
'src': 'pointer-constraints.c',
'dep': [wayland_client, wlr_protos, wlroots],
},
+ 'relative-pointer': {
+ 'src': 'relative-pointer-unstable-v1.c',
+ 'dep': [wayland_client, wlr_protos, wlroots],
+ },
'dmabuf-capture': {
'src': 'dmabuf-capture.c',
'dep': [