diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-30 10:42:31 -0500 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2019-01-30 19:53:59 +0100 |
commit | a6d41254c90c1471326e5df94b939a12844d9be6 (patch) | |
tree | 2b8c8f6efc012284bd438a0ebcfc7f6022e32bc5 /sway/meson.build | |
parent | ee4b8a39385203a560818f99b380565d16bc7665 (diff) |
Add pointer_constraint command
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build index 94d5abdb..b3837e21 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -75,6 +75,7 @@ sway_sources = files( 'commands/nop.c', 'commands/output.c', 'commands/popup_during_fullscreen.c', + 'commands/pointer_constraint.c', 'commands/reload.c', 'commands/rename.c', 'commands/resize.c', |