aboutsummaryrefslogtreecommitdiff
path: root/sway/commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 6a93c84a..1467a044 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -866,7 +866,7 @@ static struct cmd_results *cmd_move(int argc, char **argv) {
int32_t x = origin.x - g.size.w / 2;
int32_t y = origin.y - g.size.h / 2;
-
+
uint32_t w = size->w - g.size.w;
uint32_t h = size->h - g.size.h;