aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/swap.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/swap.c')
-rw-r--r--sway/commands/swap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sway/commands/swap.c b/sway/commands/swap.c
index a8beb162..0d8d1116 100644
--- a/sway/commands/swap.c
+++ b/sway/commands/swap.c
@@ -1,6 +1,5 @@
1#define _POSIX_C_SOURCE 200809L 1#define _POSIX_C_SOURCE 200809L
2#include <strings.h> 2#include <strings.h>
3#include <wlr/util/log.h>
4#include "config.h" 3#include "config.h"
5#include "log.h" 4#include "log.h"
6#include "sway/commands.h" 5#include "sway/commands.h"
@@ -96,7 +95,7 @@ static void container_swap(struct sway_container *con1,
96 return; 95 return;
97 } 96 }
98 97
99 wlr_log(WLR_DEBUG, "Swapping containers %zu and %zu", 98 sway_log(SWAY_DEBUG, "Swapping containers %zu and %zu",
100 con1->node.id, con2->node.id); 99 con1->node.id, con2->node.id);
101 100
102 bool fs1 = con1->is_fullscreen; 101 bool fs1 = con1->is_fullscreen;