summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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) {
866 866
867 int32_t x = origin.x - g.size.w / 2; 867 int32_t x = origin.x - g.size.w / 2;
868 int32_t y = origin.y - g.size.h / 2; 868 int32_t y = origin.y - g.size.h / 2;
869 869
870 uint32_t w = size->w - g.size.w; 870 uint32_t w = size->w - g.size.w;
871 uint32_t h = size->h - g.size.h; 871 uint32_t h = size->h - g.size.h;
872 872