aboutsummaryrefslogtreecommitdiffstats
path: root/sway/meson.build
diff options
context:
space:
mode:
authorLibravatar Danny Bautista <pyrolagus@nerdpol.ch>2018-04-10 11:32:37 -0400
committerLibravatar Danny Bautista <pyrolagus@nerdpol.ch>2018-04-10 12:40:50 -0400
commit1edb2bd89254069066bab51d316962e85d4445b4 (patch)
tree6c9d9639fcb2d8e0e2b25553307522dd7062073b /sway/meson.build
parentMerge pull request #1791 from RyanDwyer/fix-swaybar-output-config (diff)
downloadsway-1edb2bd89254069066bab51d316962e85d4445b4.tar.gz
sway-1edb2bd89254069066bab51d316962e85d4445b4.tar.zst
sway-1edb2bd89254069066bab51d316962e85d4445b4.zip
Implement cursor event simulation with sway commands.
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index d0730296..9e55e335 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -47,6 +47,7 @@ sway_sources = files(
47 'commands/resize.c', 47 'commands/resize.c',
48 'commands/seat.c', 48 'commands/seat.c',
49 'commands/seat/attach.c', 49 'commands/seat/attach.c',
50 'commands/seat/cursor.c',
50 'commands/seat/fallback.c', 51 'commands/seat/fallback.c',
51 'commands/set.c', 52 'commands/set.c',
52 'commands/split.c', 53 'commands/split.c',