aboutsummaryrefslogtreecommitdiff
path: root/sway/meson.build
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2018-05-14 21:44:05 -0400
committerGitHub <noreply@github.com>2018-05-14 21:44:05 -0400
commit95f6d0deba26436445b45d4d056c1f6dd2ee82da (patch)
treedf558830f4c0f5bc9e8943cfbf60532f2293aeda /sway/meson.build
parentf1f54bbc882775d431d14f99355d339ef9dab5a8 (diff)
parent4d1edfcba90854bd7f37ecb1b36fe4f05c37dda3 (diff)
downloadsway-95f6d0deba26436445b45d4d056c1f6dd2ee82da.tar.xz
Merge pull request #1954 from RyanDwyer/marks
Implement marks
Diffstat (limited to 'sway/meson.build')
-rw-r--r--sway/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/sway/meson.build b/sway/meson.build
index 67c2a422..ed14b51a 100644
--- a/sway/meson.build
+++ b/sway/meson.build
@@ -43,6 +43,7 @@ sway_sources = files(
'commands/fullscreen.c',
'commands/hide_edge_borders.c',
'commands/kill.c',
+ 'commands/mark.c',
'commands/opacity.c',
'commands/include.c',
'commands/input.c',
@@ -62,6 +63,7 @@ sway_sources = files(
'commands/split.c',
'commands/swaybg_command.c',
'commands/title_format.c',
+ 'commands/unmark.c',
'commands/workspace.c',
'commands/ws_auto_back_and_forth.c',