aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/mark.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/mark.c')
-rw-r--r--sway/commands/mark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/mark.c b/sway/commands/mark.c
index aa5f185c..30cf458c 100644
--- a/sway/commands/mark.c
+++ b/sway/commands/mark.c
@@ -59,7 +59,7 @@ struct cmd_results *cmd_mark(int argc, char **argv) {
59 } 59 }
60 60
61 free(mark); 61 free(mark);
62 container_update_marks_textures(container); 62 container_update_marks(container);
63 if (container->view) { 63 if (container->view) {
64 view_execute_criteria(container->view); 64 view_execute_criteria(container->view);
65 } 65 }