diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-01-13 20:41:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-13 20:41:05 -0500 |
commit | 81bb6752748436788418c2fa3e7bef775c42c262 (patch) | |
tree | f90b770d160cf5ca773a3d63d52311f7ba731b16 /sway/meson.build | |
parent | 9f9ef761753e11235c85c232e7521506cfea512d (diff) | |
parent | 3d6440ec26f2b39c54fd03aa3a3c822a8a2bbc72 (diff) |
Merge pull request #3344 from RedSoxFan/bar-mouse-bindings-improved
Improve mouse button parsing: bar mouse bindings
Diffstat (limited to 'sway/meson.build')
-rw-r--r-- | sway/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/meson.build b/sway/meson.build index b49d550a..93858336 100644 --- a/sway/meson.build +++ b/sway/meson.build @@ -105,8 +105,8 @@ sway_sources = files( 'commands/workspace_layout.c', 'commands/ws_auto_back_and_forth.c', + 'commands/bar/bind.c', 'commands/bar/binding_mode_indicator.c', - 'commands/bar/bindsym.c', 'commands/bar/colors.c', 'commands/bar/font.c', 'commands/bar/gaps.c', |