summaryrefslogtreecommitdiffstats
path: root/sway/container.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/container.c')
-rw-r--r--sway/container.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/container.c b/sway/container.c
index 41d21c3b..67a34551 100644
--- a/sway/container.c
+++ b/sway/container.c
@@ -86,6 +86,7 @@ swayc_t *new_output(wlc_handle handle) {
86 86
87 // Find position for it 87 // Find position for it
88 if (oc && oc->x != -1 && oc->y != -1) { 88 if (oc && oc->x != -1 && oc->y != -1) {
89 sway_log(L_DEBUG, "Set %s position to %d, %d", name, oc->x, oc->y);
89 output->x = oc->x; 90 output->x = oc->x;
90 output->y = oc->y; 91 output->y = oc->y;
91 } else { 92 } else {